fix bug for tcp recv assert

pull/6365/head
xueyunfei 2020-11-19 12:10:47 +08:00
rodzic 2558830339
commit 3b6014f5a0
2 zmienionych plików z 6 dodań i 1 usunięć

@ -1 +1 @@
Subproject commit 889c3875bf2154356aab10b36025add28909a933
Subproject commit 7285b846a22ebd02377bd9c67e7f9eaaf842492b

Wyświetl plik

@ -884,6 +884,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.