#include <dwc.h>
int DWC_GetUdpPacketDropNum(void);None.
Returns the number of UDP packets that could not be received due to overflow of the receive buffer.
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.
For the change log prior to 5.1 PR2, click here.
CONFIDENTIAL