uncomment IP_PKTINFO

this was a hack leftover from testing before the initial
check-in to git.
This commit is contained in:
Rich Felker 2011-04-05 12:07:42 -04:00
parent 39e48531ef
commit f93de08ca4
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#define IP_ROUTER_ALERT 5
#define IP_RECVOPTS 6
#define IP_RETOPTS 7
//#define IP_PKTINFO 8
#define IP_PKTINFO 8
#define IP_PKTOPTIONS 9
#define IP_PMTUDISC 10
#define IP_MTU_DISCOVER 10

View File

@ -5,7 +5,7 @@
#define IP_ROUTER_ALERT 5
#define IP_RECVOPTS 6
#define IP_RETOPTS 7
//#define IP_PKTINFO 8
#define IP_PKTINFO 8
#define IP_PKTOPTIONS 9
#define IP_PMTUDISC 10
#define IP_MTU_DISCOVER 10