Skip to content

Commit

Permalink
g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and IP_PKTINFO.
Browse files Browse the repository at this point in the history
2008-04-01  Andreas Jaeger  <[email protected]>

        * g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and
        IP_PKTINFO.

From-SVN: r133792
  • Loading branch information
ajaeger authored and Andreas Jaeger committed Apr 1, 2008
1 parent d4c32e1 commit 4d22f5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gcc/ada/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-04-01 Andreas Jaeger <[email protected]>

* g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and
IP_PKTINFO.

2008-03-31 Ralf Wildenhues <[email protected]>

* g-table.adb, g-tasloc.adb, g-traceb.ads,
Expand Down
2 changes: 2 additions & 0 deletions gcc/ada/g-soccon-linux-ppc.ads
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ package GNAT.Sockets.Constants is

TCP_NODELAY : constant := 1; -- Do not coalesce packets
SO_REUSEADDR : constant := 2; -- Bind reuse local address
SO_REUSEPORT : constant := -1; -- Bind reuse port number
SO_KEEPALIVE : constant := 9; -- Enable keep-alive msgs
SO_LINGER : constant := 13; -- Defer close to flush data
SO_BROADCAST : constant := 6; -- Can send broadcast msgs
Expand All @@ -162,6 +163,7 @@ package GNAT.Sockets.Constants is
IP_MULTICAST_LOOP : constant := 34; -- Set/get mcast loopback
IP_ADD_MEMBERSHIP : constant := 35; -- Join a multicast group
IP_DROP_MEMBERSHIP : constant := 36; -- Leave a multicast group
IP_PKTINFO : constant := 8; -- Get datagram info

-------------------
-- System limits --
Expand Down

0 comments on commit 4d22f5b

Please sign in to comment.