patch-2.4.14 linux/include/linux/tcp.h
Next file: linux/include/linux/timer.h
Previous file: linux/include/linux/swap.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Nov  5 12:43:05 2001
-  Orig file: 
v2.4.13/linux/include/linux/tcp.h
-  Orig date: 
Thu Oct 18 13:47:42 2001
diff -u --recursive --new-file v2.4.13/linux/include/linux/tcp.h linux/include/linux/tcp.h
@@ -110,7 +110,7 @@
 	TCP_FLAG_RST = __constant_htonl(0x00040000), 
 	TCP_FLAG_SYN = __constant_htonl(0x00020000), 
 	TCP_FLAG_FIN = __constant_htonl(0x00010000),
-	TCP_RESERVED_BITS = __constant_htonl(0x0FC00000),
+	TCP_RESERVED_BITS = __constant_htonl(0x0F000000),
 	TCP_DATA_OFFSET = __constant_htonl(0xF0000000)
 }; 
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)