mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
esp_wifi: The maximum value of modifying TCP MSS is 1660
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user