mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-04 05:15:51 -04:00
too tired to screw with this more tonight
This commit is contained in:
@@ -145,7 +145,7 @@ LoginServer::LoginServer() :
|
||||
setup.port = ConfigLoginServer::getClientServicePort();
|
||||
setup.maxConnections = ConfigLoginServer::getMaxClients();
|
||||
setup.maxConnectionsPerIP = ConfigLoginServer::getMaxConnectionsPerIP();
|
||||
setup.oldestUnacknowledgedTimeout = 10000;
|
||||
setup.oldestUnacknowledgedTimeout = 30000;
|
||||
setup.keepAliveDelay = 45000;
|
||||
setup.compress = ConfigLoginServer::getCompressClientNetworkTraffic();
|
||||
setup.useTcp = false;
|
||||
|
||||
Reference in New Issue
Block a user