Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configure ARP cache timeout for ARP Cache List. ARP cache entries will be retired if they are not used within the specified timeout.

Files

net_arp.h/net_arp.c

Prototype

Arguments

timeout_sec

Desired value for ARP cache timeout (in seconds)

Returned Value

DEF_OK,

ARP cache timeout successfully configured;

DEF_FAIL,

otherwise.

Required Configuration

Available only if IPv4 is enabled, see IPv4 Layer Configuration

Notes / Warnings

None.