public bool Configure (Networking.ConnectionConfig config, int maxConnections);
public bool Configure (Networking.HostTopology topology);

파라미터

configThe transport layer configuration to use.
maxConnectionsMaximum number of network connections to allow.
topologyThe transport layer host topology to use.

반환

bool True if configured.

설명

This configures the network transport layer of the server.