summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/tcp.h
diff options
context:
space:
mode:
authorMichael Brown2007-10-29 18:21:58 +0100
committerMichael Brown2007-10-29 18:21:58 +0100
commit1620b3512c3ebd348e81bf31c31a5554479a175f (patch)
treebe870f107579350ea755e32a5ffe9d17f9ac0ff3 /src/include/gpxe/tcp.h
parentEnsure that empty e820 regions are skipped even at the end of the (diff)
parentChange ROM names to lower case. (diff)
downloadipxe-1620b3512c3ebd348e81bf31c31a5554479a175f.tar.gz
ipxe-1620b3512c3ebd348e81bf31c31a5554479a175f.tar.xz
ipxe-1620b3512c3ebd348e81bf31c31a5554479a175f.zip
Merge branch '3leaf'
Diffstat (limited to 'src/include/gpxe/tcp.h')
-rw-r--r--src/include/gpxe/tcp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gpxe/tcp.h b/src/include/gpxe/tcp.h
index d967791f1..e2753120c 100644
--- a/src/include/gpxe/tcp.h
+++ b/src/include/gpxe/tcp.h
@@ -275,7 +275,8 @@ struct tcp_options {
* actually use 65536, we use a window size of (65536-4) to ensure
* that payloads remain dword-aligned.
*/
-#define TCP_MAX_WINDOW_SIZE ( 65536 - 4 )
+//#define TCP_MAX_WINDOW_SIZE ( 65536 - 4 )
+#define TCP_MAX_WINDOW_SIZE 4096
/**
* Path MTU