lwip: Drop packets larger than MTU

This commit is contained in:
xiehang
2020-01-10 16:55:49 +08:00
committed by bot
parent 9f8efed1eb
commit db635956fb
2 changed files with 2 additions and 2 deletions

View File

@ -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.