diff -r 2ff929186c90 -r e53f09b378f4 src/proto2/NetworkConfig.hh --- 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 */