Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [536 1460]

This commit is contained in:
xiehang
2019-05-09 19:49:10 +08:00
parent 67dd55eae8
commit 403f588fd0

View File

@@ -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.