NetARP_CfgReqTimeout

Configure timeout between ARP request timeouts.

Files

net_arp.h/net_arp.c

Prototype

          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 IPv4 is enabled, see IPv4 Layer Configuration

Notes / Warnings

None.