Files
xiehang b35d6385dd arp: Return ERR_MEM on ARP queue full
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
2022-04-12 13:32:04 +02:00
..