mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [536 1460]
This commit is contained in:
@@ -295,7 +295,7 @@ menu "LWIP"
|
|||||||
config TCP_MSS
|
config TCP_MSS
|
||||||
int "Maximum Segment Size (MSS)"
|
int "Maximum Segment Size (MSS)"
|
||||||
default 1440
|
default 1440
|
||||||
range 576 1460
|
range 536 1460
|
||||||
help
|
help
|
||||||
Set maximum segment size for TCP transmission.
|
Set maximum segment size for TCP transmission.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user