trying to track down network bugs

This commit is contained in:
Mark Vejvoda
2010-05-28 00:57:24 +00:00
parent ac34fc6d99
commit f0da609e7f
2 changed files with 13 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ namespace Glest{ namespace Game{
// class NetworkInterface
// =====================================================
const int NetworkInterface::readyWaitTimeout= 60000; //1 minute
const int NetworkInterface::readyWaitTimeout= 120000; // 2 minutes
bool NetworkInterface::allowGameDataSynchCheck = false;
bool NetworkInterface::allowDownloadDataSynch = false;