src/proto2/NetworkConfig.hh
branchno-netsession
changeset 33 e53f09b378f4
parent 32 2ff929186c90
child 36 785d220fc6b7
equal deleted inserted replaced
32:2ff929186c90 33:e53f09b378f4
    19 #include <string>
    19 #include <string>
    20 
    20 
    21 const std::string NETWORK_PORT_STR = "9338";
    21 const std::string NETWORK_PORT_STR = "9338";
    22 
    22 
    23 const size_t NETWORK_PACKET_SIZE = 1280;
    23 const size_t NETWORK_PACKET_SIZE = 1280;
       
    24 const int NETWORK_LISTEN_BACKLOG = 5;
    24 
    25 
    25 #endif /* NETWORK_CONFIG_HH */
    26 #endif /* NETWORK_CONFIG_HH */