Commit 9b0b4cbe by Thomas Quinot Committed by Arnaud Charlet

Part of PR ada/33688

2007-12-19  Thomas Quinot  <quinot@adacore.com>

	Part of PR ada/33688
	* gen-soccon.c: Add constant IP_PKTINFO to allow getting ancillary
	datagram info on Linux.

From-SVN: r131084
parent 91654939
......@@ -573,6 +573,11 @@ CND(IP_ADD_MEMBERSHIP, "Join a multicast group")
#endif
CND(IP_DROP_MEMBERSHIP, "Leave a multicast group")
#ifndef IP_PKTINFO
#define IP_PKTINFO -1
#endif
CND(IP_PKTINFO, "Get datagram info")
_NL
TXT(" -------------------")
TXT(" -- System limits --")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment