#include <dwc.h>
BOOL DWC_SetRecvDrop( u8 drop, u8 aid )
This function sets the packet drop rate when receiving data from the DWC_SendUnreliable and DWC_SendUnreliableBitmap functions.
This function is used for debugging. It will not function in the final ROM version (FINALROM).
drop |
The packet drop rate. A percentage between 0 to 100 can be specified. |
aid |
AID of the Send source. |
TRUE |
The packet drop rate was successfully configured. |
FALSE |
The configuration failed due to the FriendsMatch Library not running, an invalid AID being specified, or a failure during memory allocation. |
DWC_SetSendDrop, DWC_SendUnreliable, DWC_SendUnreliableBitmap
2006/02/21 Revised to include all function names.
2006/01/18 Support for change in return value to a Boolean value.
2005/12/16 Added a description of the packet drop rate.
2005/07/22 Initial version.
CONFIDENTIAL