For the complete documentation index, see llms.txt. This page is also available as Markdown.

📑ConnectServer

ConnectServer.exe connection configuration file.

[ConnectServerInfo] ConnectServerPortTCP = "TCP port for game client connections" ConnectServerPortUDP = "UDP port for GameServer connections" MaxIpConnection = "Maximum simultaneous connections per IP" ; 0 blocks all connections [AntiFlood] AntiFloodActive = "Enable (1) or disable (0) flood protection" AntiFloodResetTime = "Time in milliseconds to reset the flood attempt counter" AntiFloodMaxCount = "Number of rapid attempts allowed before banning the IP" AntiFloodCheckTime = "Minimum interval in milliseconds between connections from the same IP" AntiFloodBlocTime = "IP ban duration" ; in seconds, not milliseconds

Last updated