mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix bug for tcp recv assert
This commit is contained in:
Submodule components/lwip/lwip updated: 95710c4276...93ee5e5301
@ -778,6 +778,11 @@ u32_t lwip_hook_tcp_isn(const struct ip_addr *local_ip, u16_t local_port,
|
|||||||
*/
|
*/
|
||||||
#define TCPIP_DEBUG LWIP_DBG_OFF
|
#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
|
* 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.
|
* updated with the source MAC and IP addresses supplied in the packet.
|
||||||
|
Reference in New Issue
Block a user