mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +00:00
[LWIP]
- 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:
parent
d9048b67de
commit
3466b93822
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue