mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 09:40:20 +02:00
* fix ipv6_ constants in unxsockh. bug 29111 Apparently changed since 2005
This commit is contained in:
parent
0d74752b1f
commit
41704feab4
@ -326,17 +326,17 @@ const
|
||||
The first word in the comment at the right is the data type used;
|
||||
"bool" means a boolean value stored in an int'. }
|
||||
IPV6_ADDRFORM = 1;
|
||||
IPV6_PKTINFO = 2;
|
||||
IPV6_HOPOPTS = 3;
|
||||
IPV6_DSTOPTS = 4;
|
||||
IPV6_RTHDR = 5;
|
||||
IPV6_PKTINFO = 50;
|
||||
IPV6_HOPOPTS = 54;
|
||||
IPV6_DSTOPTS = 59;
|
||||
IPV6_RTHDR = 57;
|
||||
IPV6_RXSRCRT = IPV6_RTHDR;
|
||||
//this may be an old name, I couldn't find it in my include files but
|
||||
//I found it with google. It may have been depreciated because I only
|
||||
//saw it in earlier files.
|
||||
IPV6_PKTOPTIONS = 6;
|
||||
IPV6_CHECKSUM = 7;
|
||||
IPV6_HOPLIMIT = 8;
|
||||
IPV6_HOPLIMIT = 52;
|
||||
|
||||
SCM_SRCRT = IPV6_RXSRCRT;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user