mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
too tired to screw with this more tonight
This commit is contained in:
@@ -116,7 +116,7 @@ void ConfigLoginServer::install(void)
|
||||
KEY_BOOL(requireSecureLoginForCsTool, true);
|
||||
KEY_BOOL(useExternalAuth, false);
|
||||
KEY_STRING(externalAuthURL, "");
|
||||
KEY_INT(maxConnectionsPerIP, 12); // assuming 2 people playing in the same household
|
||||
KEY_INT(maxConnectionsPerIP, 4); // assuming 2 people playing in the same household
|
||||
|
||||
int index = 0;
|
||||
char const * result = 0;
|
||||
|
||||
@@ -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