mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
lwip: Drop packets larger than MTU
This commit is contained in:
@ -84,7 +84,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.
|
||||||
|
Submodule components/lwip/lwip updated: 6a587ae24c...39f338547a
Reference in New Issue
Block a user