Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Examples

ARP configuration options


Defines

#define UIP_ARPTAB_SIZE
 The size of the ARP table.
#define UIP_ARP_MAXAGE   120
 The maxium age of ARP table entries measured in 10ths of seconds.


Define Documentation

#define UIP_ARP_MAXAGE   120
 

The maxium age of ARP table entries measured in 10ths of seconds.

An UIP_ARP_MAXAGE of 120 corresponds to 20 minutes (BSD default).

Definition at line 363 of file uipopt.h.

Referenced by 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.

Definition at line 354 of file uipopt.h.


Generated on Thu Jun 22 17:45:43 2006 for Contiki 2.x by  doxygen 1.4.4