Explorar el Código

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

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

See merge request espressif/esp-idf!11601
Jiang Jiang Jian hace 5 años
padre
commit
211a2a9957
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 1 1
      components/lwip/lwip
  2. 5 0
      components/lwip/port/esp32/include/lwipopts.h

+ 1 - 1
components/lwip/lwip

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

+ 5 - 0
components/lwip/port/esp32/include/lwipopts.h

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