mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(lwip): Limit active TCP PCBs and recycle them faster
* Update submodule: git log --oneline c816f0ee..a587d929 Detailed description of the changes: - 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) Closes https://github.com/espressif/esp-idf/issues/9670 Closes https://github.com/espressif/esp-lwip/pull/63
This commit is contained in: