lwip: Drop packets larger than MTU

This commit is contained in:
xiehang
2019-12-30 11:25:14 +08:00
committed by bot
parent e08e720e11
commit 3321999e4a
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ menu "LWIP"
config LWIP_IP_FRAG config LWIP_IP_FRAG
bool "Enable fragment outgoing IP packets" bool "Enable fragment outgoing IP packets"
default n default y
help help
Enabling this option allows fragmenting outgoing IP packets if their size Enabling this option allows fragmenting outgoing IP packets if their size
exceeds MTU. exceeds MTU.