mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-12 13:27:36 +00:00
esp_wifi/lwip: support TCP window scale
Support enable/disable TCP Window scale feature via menuconfig
This commit is contained in:
@@ -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
|
||||
|
Submodule components/esp32/lib updated: eb27c814d5...b8b96f985a
Reference in New Issue
Block a user