mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: The maximum value of modifying TCP MSS is 1660
This commit is contained in:
parent
cd59d107b2
commit
a31000dcb6
@ -359,7 +359,7 @@ menu "LWIP"
|
||||
config TCP_MSS
|
||||
int "Maximum Segment Size (MSS)"
|
||||
default 1440
|
||||
range 536 1436
|
||||
range 536 1460
|
||||
help
|
||||
Set maximum segment size for TCP transmission.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user