mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00: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.