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

MEMP_NUM_ARP_QUEUE macro

MEMP_NUM_ARP_QUEUE: the number of simultaneously queued outgoing packets (pbufs) that are waiting for an ARP request (to resolve their destination address) to finish. (requires the ARP_QUEUEING option)

Syntax

#define MEMP_NUM_ARP_QUEUE 30

References

LocationText
opt.h:491
#define MEMP_NUM_ARP_QUEUE 30
init.c:104
#if (LWIP_ARP && ARP_QUEUEING && (MEMP_NUM_ARP_QUEUE<=0))