lwip: Drop packets larger than MTU

This commit is contained in:
xiehang
2020-01-10 16:28:21 +08:00
parent 431080faa1
commit da656f0345
2 changed files with 2 additions and 2 deletions

View File

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