feat(lwip): Add option to receive rest data although TCP aborts

This commit is contained in:
Dong Heng
2020-06-03 18:53:48 +08:00
parent 77552dda7f
commit eb0ec09e6a
3 changed files with 18 additions and 0 deletions

View File

@@ -26,6 +26,12 @@ config LWIP_GLOBAL_DATA_LINK_IRAM
help
Link LWIP global data(.bss .data COMMON) from DRAM to IRAM.
config ESP_LWIP_RECV_REST_DATA
bool "Receive rest data although TCP aborts"
default n
help
Receive rest data although TCP aborts.
config TCPIP_RECVMBOX_SIZE
int "TCPIP task receive mail box size"
default 32