From db635956fbb9c60bc86ce7f22fde104708d8c4ca Mon Sep 17 00:00:00 2001 From: xiehang Date: Fri, 10 Jan 2020 16:55:49 +0800 Subject: [PATCH] lwip: Drop packets larger than MTU --- components/lwip/Kconfig | 2 +- components/lwip/lwip | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lwip/Kconfig b/components/lwip/Kconfig index 6b6bdc0d6..ccf84731b 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -85,7 +85,7 @@ config LWIP_DHCP_MAX_NTP_SERVERS config LWIP_IP_FRAG bool "Enable fragment outgoing IP packets" - default n + default y help Enabling this option allows fragmenting outgoing IP packets if their size exceeds MTU. diff --git a/components/lwip/lwip b/components/lwip/lwip index 5d80af7d5..39f338547 160000 --- a/components/lwip/lwip +++ b/components/lwip/lwip @@ -1 +1 @@ -Subproject commit 5d80af7d59c10b7890f0fc862e4efe807ce5fb73 +Subproject commit 39f338547ab344e855f94eb922421036bee8e417