Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-03-24 11:08:22 +0000
committerStijn Buys <ingar@osirion.org>2008-03-24 11:08:22 +0000
commit80ad7e99b738f367eb045768d054cf74347ee1b4 (patch)
tree95e3b528ad8b2e5a8ab5b91cf7b62dd9acf745de /src/core/net.h
parent5a099735d5457298b87a33884356ff29417143e6 (diff)
merged vertex and evertex arrays
Diffstat (limited to 'src/core/net.h')
-rw-r--r--src/core/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net.h b/src/core/net.h
index 150bbc1..a659a7f 100644
--- a/src/core/net.h
+++ b/src/core/net.h
@@ -22,7 +22,7 @@ const unsigned int MAXPENDINGCONNECTIONS = 32;
const unsigned int DEFAULTPORT = 8042;
/// network timeout in seconds
-const float NETTIMEOUT = 15;
+const float NETTIMEOUT = 20;
}