RetroArch
Macros
ARP configuration options
Collaboration diagram for ARP configuration options:

Macros

#define UIP_ARPTAB_SIZE
 
#define UIP_ARP_MAXAGE   120
 

Detailed Description

Macro Definition Documentation

◆ UIP_ARP_MAXAGE

#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).

◆ UIP_ARPTAB_SIZE

#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.