From d2af36c9fb5bfa26dc8eb9b2ae59a4bdf3c9b205 Mon Sep 17 00:00:00 2001 From: xiehang Date: Fri, 10 Jan 2020 17:17:43 +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 4b7d237b54..f03844147d 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -92,7 +92,7 @@ menu "LWIP" 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 c9e3b53c6f..b4eaf11fe5 160000 --- a/components/lwip/lwip +++ b/components/lwip/lwip @@ -1 +1 @@ -Subproject commit c9e3b53c6f04052943f97210b858cec805cc98d9 +Subproject commit b4eaf11fe5e980a2d9b655e6617d4163c11465ec