From a31000dcb6ff9b75ffeec4868d2927058e89c9b6 Mon Sep 17 00:00:00 2001 From: xiehang Date: Thu, 14 Jan 2021 19:50:24 +0800 Subject: [PATCH] esp_wifi: The maximum value of modifying TCP MSS is 1660 --- components/lwip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.