DWC_GetUdpPacketDropNum

Syntax

#include <dwc.h>
int DWC_GetUdpPacketDropNum(void);

Arguments

None.

Return Values

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

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 send interval or data send volume or increase the size of the receiving buffer set in the DWC_InitFriendsMatch function.

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

See Also

DWC_InitFriendsMatch

Revision History

For the change log prior to 5.1 PR2, click here. @@


CONFIDENTIAL