Versions Compared

Key

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

Configure timeout between ARP request timeouts.

Files

net_arp.h/net_arp.c

Prototype

Code Block
          CPU_BOOLEAN NetARP_CfgReqTimeout(CPU_INT08U timeout_sec);

Arguments

timeout_sec

Desired value for ARP request pending ARP reply timeout (in seconds).

Returned Value

DEF_OK,

ARP request timeout successfully configured,

DEF_FAIL,

otherwise.

Required Configuration

Available only if an appropriate network interface layer is present (e.g., Ethernet; see section D-7-3).IPv4 is enabled, see IPv4 Layer Configuration

Notes / Warnings

None.