forked from espressif/esp-idf
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
|
||||
int "Maximum Segment Size (MSS)"
|
||||
default 1440
|
||||
range 576 1460
|
||||
range 536 1460
|
||||
help
|
||||
Set maximum segment size for TCP transmission.
|
||||
|
||||
|
Reference in New Issue
Block a user