mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04: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