src/proto2/NetworkConfig.hh
branchno-netsession
changeset 32 2ff929186c90
parent 22 b70d30e1b0fe
child 33 e53f09b378f4
equal deleted inserted replaced
31:d0d7489d4e8b 32:2ff929186c90
    16         typedef int socklen_t;
    16         typedef int socklen_t;
    17 #endif
    17 #endif
    18 
    18 
    19 #include <string>
    19 #include <string>
    20 
    20 
    21 const std::string NETWORK_APP_NAME = "KisnaGlista";
       
    22 
       
    23 const std::string NETWORK_PORT_STR = "9338";
    21 const std::string NETWORK_PORT_STR = "9338";
    24 
    22 
    25 const std::string NETWORK_NETOBJ_CHAN = "_netobj";
    23 const size_t NETWORK_PACKET_SIZE = 1280;
    26 
    24 
    27 #endif /* NETWORK_CONFIG_HH */
    25 #endif /* NETWORK_CONFIG_HH */