TCPIP_IPV4_IsFragmentationEnabled Function

C

bool TCPIP_IPV4_IsFragmentationEnabled();

Description

This function is a helper to return the IPv4 fragmentation support.

Preconditions

IPv4 properly initialized.

Returns

  • True - If the fragmentation is enabled and supported by the IPv4 module.

  • False - Fragmentation is not supported.

Remarks

The IPv4 fragmentation support is a build time option.