src/proto2/NetworkConfig.hh
branchno-netsession
changeset 33 e53f09b378f4
parent 32 2ff929186c90
child 36 785d220fc6b7
--- a/src/proto2/NetworkConfig.hh	Mon Nov 10 18:21:23 2008 +0000
+++ b/src/proto2/NetworkConfig.hh	Mon Nov 10 19:57:57 2008 +0000
@@ -21,5 +21,6 @@
 const std::string NETWORK_PORT_STR = "9338";
 
 const size_t NETWORK_PACKET_SIZE = 1280;
+const int NETWORK_LISTEN_BACKLOG = 5;
 
 #endif /* NETWORK_CONFIG_HH */