]> granicus.if.org Git - esp-idf/commitdiff
Change the default value of TCP_MSS to 1440 and TCP_MSS Range : [536 1460]
authorxiehang <xiehang@espressif.com>
Thu, 9 May 2019 11:49:10 +0000 (19:49 +0800)
committerxiehang <xiehang@espressif.com>
Thu, 9 May 2019 11:49:59 +0000 (19:49 +0800)
components/lwip/Kconfig

index 53ce0f3d4eed61c7ef42de570600f3dc6e5dab1b..cf3e13e752a9728e99afd2e22fb912154fd264da 100644 (file)
@@ -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.