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

« Previous Version 6 Next »

Configure IPv4 fragment reassembly timeout.

Files

net_ipv4.h/net_ipv4.c

Prototype

Arguments

timeout_sec

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

Returned Value

DEF_OK,

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

  • No labels