DWC_ClearMOSCConnectBlock

Syntax

#include <dwc.h>

void DWC_ClearMOSCConnectBlock( void );

Description

This function releases the block on connections from client DS units when the matchmaking blocking option has been set.

The matchmaking option is provided such that other connections are not accepted, after a successful connection to a single client DS, by a server DS performing server-client matchmaking. After a specified timeout period has elapsed, the option to allow peer matchmaking to continue with fewer than the specified number of players is enabled by calling the DWC_SetMatchingOption function.

DWC_GetMOSCConnectBlockState can be used to check if connections are currently being blocked.

Arguments

None.

Return Values

None.

See Also

DWC_SetMatchingOption
DWC_GetMOSCConnectBlockState

Revision History

2005/12/16 Initial version.


CONFIDENTIAL