mirror of
https://github.com/espressif/esp-idf
synced 2025-03-16 20:49:10 -04:00
LWIP will drop the oldest package at the arp packet cache queue and return "ERR_OK" We change it that ARP level will drop the current packet and return "ERR_MEM" to tell user that you should send the packet again latter.