lwip: Drop packets larger than MTU

This commit is contained in:
xiehang
2020-01-10 17:17:43 +08:00
committed by liu zhifu
parent 5894e049bc
commit d2af36c9fb
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,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.