NetworkMgr::GetMaxConnectionCount
Defined in:
Returns the maximum number of connections that the Network Manager will allow at one time.
C4Network.h
Prototype
int32 GetMaxConnectionCount(void) const;
Description
The number returned by GetMaxConnectionCount
represents the limit on the number of connections that the Network Manager will accept from remote machines. This limit has no effect on the ability to make outgoing connections. If the total number of connections equals or exceeds the maximum number set by the NetworkMgr::SetMaxConnectionCount
function, then connections initiated remotely are denied, but connections initiated locally are still possible.
See Also
NetworkMgr::SetMaxConnectionCount