Changeset 9387 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 21, 2006, 1:43:27 PM (18 years ago)
- Location:
- branches/proxy/src/lib/network
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/proxy/proxy_settings.cc
r9357 r9387 21 21 #include "loading/load_param.h" 22 22 23 23 #include "debug.h" 24 24 25 25 -
branches/proxy/src/lib/network/shared_network_data.cc
r9384 r9387 20 20 #include "state.h" 21 21 22 22 #include "debug.h" 23 23 24 24 … … 40 40 // this->newUniqueID = ProxySettings::getInstance()->getMaxPlayer() + 2; 41 41 // else 42 42 this->newUniqueID = NET_MAX_CONNECTIONS + 2; 43 43 this->nodeType = NET_CLIENT; 44 44 } -
branches/proxy/src/lib/network/shared_network_data.h
r9384 r9387 12 12 13 13 //!< maximal connectinons for the server 14 #define NET_MAX_CONNECTIONS 10014 #define NET_MAX_CONNECTIONS 2 15 15 16 16 class NetworkStream;
Note: See TracChangeset
for help on using the changeset viewer.