mirror of
https://github.com/espressif/esp-lwip.git
synced 2026-06-05 21:04:45 +00:00
b35d6385dd
Root Cause: When the ARP cache table is filled, when a new packet comes in, the ARP cache table will be emptied. Solution: If the ARP cache table is full, ERR_MEM is returned. picked from espressif/esp-lwip@602d25c5 Ref IDF-4849