diff --git a/components/lwip/Kconfig b/components/lwip/Kconfig index 7201b3faf6..7224fcc988 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -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.