فهرست منبع

uncomment IP_PKTINFO

this was a hack leftover from testing before the initial
check-in to git.
Rich Felker 14 سال پیش
والد
کامیت
f93de08ca4
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      arch/i386/bits/in.h
  2. 1 1
      arch/x86_64/bits/in.h

+ 1 - 1
arch/i386/bits/in.h

@@ -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

+ 1 - 1
arch/x86_64/bits/in.h

@@ -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