Sets the maximum number of inbound connections in the given DOFServerConfigBuilder.
This prevents the server from accepting inbound connections beyond the specified maximum. Please refer to DOFServerConfigBuilder_Create for the default value for this setting.
- Deprecated:
- This functionality was replaced by DOFServerConfigBuilder_SetConnectionLimit.
- Parameters
-
self | The Server Config Builder. If self is NULL, no action will be taken. |
maxConnections | The maximum number of inbound connections. 0 indicates no maximum (unlimited). |
- Return values
-
- Exceptions
-