SOC_GetMtu

C Specification

#include <nitroWiFi/soc.h>
void SOC_GetMtu ( SOCInterface* interface, s32* mtu );

Arguments

interface The pointer to the SOCInterface that obtains the MTU. This argument is included for compatibility issues, but it is ignored in actual use of the function.
mtu The pointer to the s32 used for receiving the link status of the interface.

Return Values

None.

Description

Gets the maximum transmission unit (MTU) of the specified interface.

Note: The default maximum transmission unit is 576 bytes.

See Also

SOC_GetHostID, SOCConfig

Revision History

12/12/2005 Modified Description.
9/13/2005 Initial version.