mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix bug for tcp recv assert
This commit is contained in:
parent
18a1bc9e7f
commit
72dbf03b6c
@ -1 +1 @@
|
||||
Subproject commit 889c3875bf2154356aab10b36025add28909a933
|
||||
Subproject commit 7285b846a22ebd02377bd9c67e7f9eaaf842492b
|
@ -800,6 +800,11 @@
|
||||
*/
|
||||
#define TCPIP_DEBUG LWIP_DBG_OFF
|
||||
|
||||
/**
|
||||
* TCP_OOSEQ_DEBUG: Enable debugging in tcpin.c for OOSEQ.
|
||||
*/
|
||||
#define TCP_OOSEQ_DEBUG LWIP_DBG_OFF
|
||||
|
||||
/**
|
||||
* ETHARP_TRUST_IP_MAC==1: Incoming IP packets cause the ARP table to be
|
||||
* updated with the source MAC and IP addresses supplied in the packet.
|
||||
|
Loading…
Reference in New Issue
Block a user