Merge branch 'bugfix/fix_crash_when_send_udp_too_big' into 'master'

lw-ip: Drop packets larger than MTU

Closes WIFI-1524

See merge request espressif/esp-idf!7147
This commit is contained in:
Jiang Jiang Jian
2020-01-10 11:37:00 +08:00
2 changed files with 2 additions and 2 deletions

View File

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