acceptGameConnection

open override fun acceptGameConnection(address: InetAddress, activeGameConnections: Int): Boolean

Whether to accept a game connection from the provided address based on the current number of active game connections

Parameters

address

the address attempting to establish a game connection

activeGameConnections

the number of currently active game connections from that address