esp_wifi/lwip: support TCP window scale

Support enable/disable TCP Window scale feature via menuconfig
This commit is contained in:
liu zhifu
2019-05-30 09:41:05 +08:00
parent e681f449bc
commit 6d4adb46f3
4 changed files with 35 additions and 4 deletions

View File

@@ -1006,7 +1006,8 @@ menu Wi-Fi
config ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM
int "Max number of WiFi dynamic RX buffers"
range 0 128
range 0 128 if !LWIP_WND_SCALE
range 0 1024 if LWIP_WND_SCALE
default 32
help
Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated