Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

NetIP_CfgFragReasmTimeout()

Configure IP fragment reassembly timeout.

Files

net_ip.h/net_ip.c

Prototype

CPU_BOOLEAN NetIP_CfgFragReasmTimeout(CPU_INT08U timeout_sec);

Arguments

timeout_sec

Desired value for IP fragment reassembly timeout (in seconds).

Returned Value

DEF_OK,

IP fragment reassembly timeout successfully configured.

DEF_FAIL,

otherwise.

Required Configuration

None.

Notes / Warnings

Fragment reassembly timeout is the maximum time allowed between received fragments of the same IP datagram.

  • No labels