Macros | |
#define | UIP_ARP_MAXAGE 120 |
The maximum age of ARP table entries measured in 10ths of seconds. More... | |
#define | UIP_ARPTAB_SIZE |
The size of the ARP table. More... | |
#define UIP_ARP_MAXAGE 120 |
The maximum age of ARP table entries measured in 10ths of seconds.
An UIP_ARP_MAXAGE of 120 corresponds to 20 minutes (BSD default).
Referenced by ip64_arp_timer(), and uip_arp_timer().
#define UIP_ARPTAB_SIZE |
The size of the ARP table.
This option should be set to a larger value if this uIP node will have many connections from the local network.
Referenced by arp_update(), ip64_arp_check_cache(), ip64_arp_create_ethhdr(), ip64_arp_init(), ip64_arp_timer(), uip_arp_init(), uip_arp_out(), uip_arp_timer(), and uip_arp_update().