From 3b6014f5a04113c2c9b7d7b1c42644303b2d7f9f Mon Sep 17 00:00:00 2001 From: xueyunfei Date: Thu, 19 Nov 2020 12:10:47 +0800 Subject: [PATCH] fix bug for tcp recv assert --- components/lwip/lwip | 2 +- components/lwip/port/esp32/include/lwipopts.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/components/lwip/lwip b/components/lwip/lwip index 889c3875bf..7285b846a2 160000 --- a/components/lwip/lwip +++ b/components/lwip/lwip @@ -1 +1 @@ -Subproject commit 889c3875bf2154356aab10b36025add28909a933 +Subproject commit 7285b846a22ebd02377bd9c67e7f9eaaf842492b diff --git a/components/lwip/port/esp32/include/lwipopts.h b/components/lwip/port/esp32/include/lwipopts.h index 709730afa7..fa9546f525 100644 --- a/components/lwip/port/esp32/include/lwipopts.h +++ b/components/lwip/port/esp32/include/lwipopts.h @@ -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.