From 7d9970590a613dc9f5fb75d62ee41429285ea69e Mon Sep 17 00:00:00 2001 From: David Cermak Date: Wed, 13 Nov 2024 08:48:58 +0100 Subject: [PATCH] fix(lwip): Limit active TCP PCBs and recycle them faster Update submodule: git log --oneline c816f0ee..a587d929 - test: Add tcp-pcb recycle test (espressif/esp-lwip@a587d929) - tcp: Apply faster PCB recycling in FIN_WAIT_1 or FIN_WAIT_2 state (espressif/esp-lwip@3bfc85d2) - test: Add tcp alloc limitation test (espressif/esp-lwip@0c9c39a9) - memp: Employ TCP-PCB allocation limit if libc malloc used (espressif/esp-lwip@9cb96ac1) --- components/lwip/lwip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/lwip b/components/lwip/lwip index c816f0ee5c..a587d92989 160000 --- a/components/lwip/lwip +++ b/components/lwip/lwip @@ -1 +1 @@ -Subproject commit c816f0ee5cd9dc15143767d0b33aafd39a1a9a3d +Subproject commit a587d929899304264d81a469dc843316d0db5e64