src/proto2/NetworkConfig.hh
branchno-netsession
changeset 32 2ff929186c90
parent 22 b70d30e1b0fe
child 33 e53f09b378f4
--- a/src/proto2/NetworkConfig.hh	Mon Nov 10 16:49:09 2008 +0000
+++ b/src/proto2/NetworkConfig.hh	Mon Nov 10 18:21:23 2008 +0000
@@ -18,10 +18,8 @@
 
 #include <string>
 
-const std::string NETWORK_APP_NAME = "KisnaGlista";
-
 const std::string NETWORK_PORT_STR = "9338";
 
-const std::string NETWORK_NETOBJ_CHAN = "_netobj";
+const size_t NETWORK_PACKET_SIZE = 1280;
 
 #endif /* NETWORK_CONFIG_HH */