merge the actual useful, sane appearing changes from DNC. the changes to the crafting system and packet settings may not be so good

This commit is contained in:
CodeCodon
2015-08-02 17:10:04 -05:00
parent 3a13a83ee3
commit 3668521963
16 changed files with 142 additions and 154 deletions
@@ -1218,7 +1218,7 @@ void ConnectionServer::setupConnections()
NetworkSetupData setup;
setup.port = ConfigConnectionServer::getGameServicePort();
setup.bindInterface = ConfigConnectionServer::getGameServiceBindInterface();
setup.maxConnections = 100;
setup.maxConnections = 1000;
gameService = new Service(ConnectionAllocator<GameConnection>(), setup);
connectToMessage("GameConnectionOpened");