#include <dwc.h>
void DWC_ClearMOSCConnectBlock( void );
This function releases the block on connections from client DS units when the matchmaking blocking option has been set.
This matchmaking option is provided so that other connections are not accepted by a server DS performing server-client matchmaking after a successful connection to a single client DS. This can be set with the DWC_SetMatchingOption function.
DWC_GetMOSCConnectBlockState
can be used to check if connections are currently being blocked.
None.
None.
DWC_SetMatchingOption, DWC_GetMOSCConnectBlockState
12/16/2005 Initial version.