mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
Merge branch 'fixbug/baidu_tcp_recv_assert' into 'master'
lw-ip:fixbug/baidu tcp recv assert Closes WIFI-2802 See merge request espressif/esp-idf!11287
This commit is contained in:
Submodule components/lwip/lwip updated: 889c3875bf...7285b846a2
@ -875,6 +875,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.
|
||||
|
Reference in New Issue
Block a user