TCPIP_IPV6_IsFragmentationEnabled Function
C
TCPIP_IPV6_IsFragmentationEnabled();
Description
This function is a helper to return the IPv6 fragmentation support.
Preconditions
IPv6 properly initialized.
Returns
True - If the fragmentation is enabled and supported by the IPv6 module.
False - Fragmentation is not supported.
Remarks
The IPv6 fragmentation support is always enabled.