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

ARP_QUEUEING macro

ARP_QUEUEING==1: Multiple outgoing packets are queued during hardware address resolution. By default, only the most recent packet is queued per IP address. This is sufficient for most protocols and mainly reduces TCP connection startup time. Set this to 1 if you know your application sends more than one packet in a row to an IP address that is not in the ARP cache.

Syntax

#define ARP_QUEUEING 0

References

LocationText
opt.h:655
#define ARP_QUEUEING 0
etharp.c:91
#if ARP_QUEUEING
etharp.c:140
#if ARP_QUEUEING
etharp.c:469
#if ARP_QUEUEING
etharp.c:1027
#if ARP_QUEUEING
etharp.h:66
#if ARP_QUEUEING
init.c:104
#if (LWIP_ARP && ARP_QUEUEING && (MEMP_NUM_ARP_QUEUE<=0))
memp_std.h:93
#if LWIP_IPV4 && LWIP_ARP && ARP_QUEUEING