- Increase window size to 65535 so large sends work properly because send buffering still sucks

svn path=/trunk/; revision=57189
This commit is contained in:
Cameron Gutman 2012-08-28 00:36:47 +00:00
parent d9048b67de
commit 3466b93822

View file

@ -64,7 +64,7 @@
* add support for other transport mediums */ * add support for other transport mediums */
#define TCP_MSS 1460 #define TCP_MSS 1460
#define TCP_WND (TCP_MSS * 6) #define TCP_WND 0xFFFF
#define TCP_SND_BUF TCP_WND #define TCP_SND_BUF TCP_WND