Merge branch 'fixbug/baidu_tcp_recv_assert_for_4.1' into 'release/v4.1'

lw-ip:fix bug for tcp recv assert(backport 4.1)

See merge request espressif/esp-idf!11602
This commit is contained in:
Jiang Jiang Jian
2020-12-20 15:52:44 +08:00
2 changed files with 6 additions and 1 deletions

View File

@ -795,6 +795,11 @@ u32_t lwip_hook_tcp_isn(const struct ip_addr *local_ip, u16_t local_port,
*/
#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.