Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [536 1460]
This commit is contained in:
parent
67dd55eae8
commit
403f588fd0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue