#include <dwc.h>
int DWC_GetUdpPacketDropNum( void );
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.
None.
Returns the number of UDP packets that could not be received due to overflow of the receive buffer.
02/23/2006 Indicated that the count is not reset
12/16/2005 Initial version