Versions Compared

Key

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

Configure IP IPv4 fragment reassembly timeout.

Files

net_ipipv4.h/net_ipipv4.c

Prototype

Code Block

          CPU_BOOLEAN NetIPv4_CfgFragReasmTimeout(CPU_INT08U timeout_sec);

Arguments

timeout_sec

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

Returned Value

DEF_OK,

IP IPv4 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 IPv4 datagram.