patch-1.3.10 linux/include/net/tcp.h
Next file: linux/mm/vmalloc.c
Previous file: linux/include/net/ip.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Wed Jul 12 18:24:18 1995
-  Orig file: 
v1.3.9/linux/include/net/tcp.h
-  Orig date: 
Fri Jul  7 08:54:55 1995
diff -u --recursive --new-file v1.3.9/linux/include/net/tcp.h linux/include/net/tcp.h
@@ -24,7 +24,9 @@
 #define MAX_FIN_SIZE	40 + MAX_HEADER + 15
 #define MAX_ACK_SIZE	40 + MAX_HEADER + 15
 #define MAX_RESET_SIZE	40 + MAX_HEADER + 15
-#define MAX_WINDOW	16384
+#define MAX_WINDOW	32767		/* Never offer a window over 32767 without using
+					   window scaling (not yet supported). Some poor
+					   stacks do signed 16bit maths! */
 #define MIN_WINDOW	2048
 #define MAX_ACK_BACKLOG	2
 #define MIN_WRITE_SPACE	2048
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this