friendev EtherDune TCP/IP library
Variables
ARP configuration

Size of ARP table and TTL. More...

Variables

static const uint8_t ARP_TABLE_LENGTH = 2
 Maximum number of entries in the ARP table. More...
 
static const int16_t MAX_ARP_TTL = 20
 Time the ARP entry is considered fresh, in minutes. More...
 

Detailed Description

Size of ARP table and TTL.

Variable Documentation

const uint8_t ARP_TABLE_LENGTH = 2
static

Maximum number of entries in the ARP table.

Each ARP entry takes up sizeof (ARPEntry) = 11 bytes, so size carefully.

Definition at line 177 of file config.h.

const int16_t MAX_ARP_TTL = 20
static

Time the ARP entry is considered fresh, in minutes.

Definition at line 178 of file config.h.