mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-01 10:36:36 +03:00
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