DWC_GetUdpPacketDropNum

C Specification

#include <dwc.h>

int DWC_GetUdpPacketDropNum( void );

Description

Gets the number of UDP packets that could not be received due to overflow of the receive buffer.

If this number seems large, either adjust the data transmission interval and volume or increase the size of the receiving buffer set in DWC_InitFriendsMatch.

This number represents a total from the time the application was launched and it is never reset.

Arguments

None.

Return Values

Returns the number of UDP packets that could not be received due to overflow of the receive buffer.

See Also

DWC_InitFriendsMatch

Revision History

02/23/2006 Indicated that the count is not reset
12/16/2005 Initial version