#include <nitroWiFi/soc.h>
void SOC_GetMtu ( SOCInterface* interface, s32* mtu );
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. |
None.
Gets the maximum transmission unit (MTU) of the specified interface.
Note: The default maximum transmission unit is 576 bytes.
12/12/2005 Modified Description.
9/13/2005 Initial version.