enum MatchmakeSessionOption0;
Value | Description |
---|---|
MATCHMAKE_SESSION_OPTION0_NONE | No options. |
MATCHMAKE_SESSION_OPTION0_FORCE_AUTOMATCH_DELAY | The mode for forcing a delay in auto-matchmaking. (For debugging.) Delays the creation of a gathering, such as when connecting with a terminal running under EDM or an IP address with a high failure rate. This debugging option is disabled in the Live environment. When the option is used together with MATCHMAKE_SESSION_OPTION0_FORCE_AUTOMATCH_NODELAY , the NAT type shared between servers and the NAT transversal failure rate are cleared so there is no delay. |
MATCHMAKE_SESSION_OPTION0_FORCE_AUTOMATCH_NODELAY | The mode for forcing no delay in auto-matchmaking. (For debugging.) Creates a gathering with no delay, such as when connecting with a terminal running under EIM or an IP address with a low failure rate. This debugging option is disabled in the Live environment. When the option is used together with MATCHMAKE_SESSION_OPTION0_FORCE_AUTOMATCH_DELAY , the NAT type shared between servers and the NAT transversal failure rate are cleared so there is no delay. |
The option0
flags for the MatchmakeSession
class.
CONFIDENTIAL