mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
4dee412191
@ -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.
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 31e24ae95a59e51d74f435f48fa21091b26c1430
|
||||
Subproject commit b4eaf11fe5e980a2d9b655e6617d4163c11465ec
|
Loading…
Reference in New Issue
Block a user