Changeset 9400 in orxonox.OLD for branches/proxy
- Timestamp:
- Jul 24, 2006, 8:53:52 AM (18 years ago)
- Location:
- branches/proxy/src/lib/network
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/README.NETWORK
r9397 r9400 13 13 14 14 15 uniqueId: 16 uniqueId is an id (unique :D) for each synchronizeable to be identified in a network. the number space for uniqueIds goes from 0 to maxplayers - 1 17 18 15 19 NetworkStream PeerInfo list: (peers) 16 20 The network node with the offset 0 is always the server to which the client must connect to (in case there are connections to other hosts at the same time). -
branches/proxy/src/lib/network/monitor/network_monitor.cc
r9397 r9400 247 247 // check if a proxy server has to activated 248 248 249 this->debug();249 // this->debug(); 250 250 } 251 251 -
branches/proxy/src/lib/network/network_stream.cc
r9399 r9400 724 724 else 725 725 n = Converter::intToByteArray( sync.getUniqueID(), buf + offset, UDP_PACKET_SIZE - offset ); 726 727 PRINTF(0)("unique id: %i\n", sync.getUniqueID()); 726 728 727 729 assert( n == INTSIZE );
Note: See TracChangeset
for help on using the changeset viewer.