ARP_MAXPENDING is only used within LwIP.
 
Symbols
loading...
Files
loading...

ARP_MAXPENDING macro

the time an ARP entry stays pending after first request, for ARP_TMR_INTERVAL = 1000, this is 10 seconds. @internal Keep this number at least 2, otherwise it might run out instantly if the timeout occurs directly after a request.

Syntax

#define ARP_MAXPENDING 5

References

LocationText
etharp.c:76
#define ARP_MAXPENDING 5
etharp.c:213
(arp_table[i].ctime >= ARP_MAXPENDING))) {