feat(lwip): Modfiy Kconfig TCP window max value to 14600 (10 * MSS)

Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/345
This commit is contained in:
Dong Heng
2018-10-24 10:45:13 +08:00
parent 2a8c5b35e8
commit c76976c191

View File

@ -325,7 +325,7 @@ config TCP_SND_BUF_DEFAULT
config TCP_WND_DEFAULT
int "Default receive window size"
default 5840 # 4 * default MSS
range 2920 11680
range 2920 14600
help
Set default TCP receive window size for new TCP sockets.