mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
this probably has at least one mistake/bug/typo but will move our DoS
protection into the low level UDP lib
This commit is contained in:
@@ -142,6 +142,7 @@ LoginServer::LoginServer() :
|
||||
NetworkSetupData setup;
|
||||
setup.port = ConfigLoginServer::getClientServicePort();
|
||||
setup.maxConnections = ConfigLoginServer::getMaxClients();
|
||||
setup.maxConnectionsPerIP = ConfigLoginServer::getMaxConnectionsPerIP();
|
||||
setup.keepAliveDelay = 45000;
|
||||
setup.compress = ConfigLoginServer::getCompressClientNetworkTraffic();
|
||||
setup.useTcp = false;
|
||||
|
||||
Reference in New Issue
Block a user