Changeset 9335 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 19, 2006, 11:09:05 PM (18 years ago)
- Location:
- branches/proxy/src/lib/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/netdefs.h
r9334 r9335 34 34 35 35 //!< maximal connectinons for the server 36 #define NET_MAX_CONNECTIONS 536 #define NET_MAX_CONNECTIONS 100 37 37 38 38 //!< the amount of slots used before a proxy server is activated -
branches/proxy/src/lib/network/shared_network_data.cc
r9327 r9335 35 35 this->hostID = -1; 36 36 this->defaultSyncStream = NULL; 37 this->newUniqueID = SharedNetworkData::getInstance()->getMaxPlayer()+ 2;37 this->newUniqueID = NET_MAX_CONNECTIONS + 2; 38 38 this->nodeType = NET_CLIENT; 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.