esp-idf/components/lwip/apps
David Cermak 96911fb7ea lwip: Fix DHCP Server to remove clients record if request not acked
When client's request refused by sending NAK, its record still resided
in the linked list of pooled addresses. It is okay from the spec
perspective (RFC2131.p16: Server MAY mark the offered address
unavailable), but would consume some memory if the client didn't retry.

Closes https://github.com/espressif/esp-idf/issues/6410
2021-06-24 15:10:24 +08:00
..
dhcpserver lwip: Fix DHCP Server to remove clients record if request not acked 2021-06-24 15:10:24 +08:00
ping lwip: Add LWIP_IPV6 macro to strip IPv6 function in LWIP component 2021-02-23 18:26:03 +08:00
sntp sntp: Add API to set update interval 2019-12-20 18:26:23 +08:00