Changeset 9459 in orxonox.OLD for branches/proxy/src/lib/network/README.NETWORK
- Timestamp:
- Jul 25, 2006, 5:07:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/README.NETWORK
r9450 r9459 8 8 9 9 UserId: 10 ======= 10 11 containing the id of a user (==client). This id must be unique within a orxonox network its used especialy in the NetworkStream for node identification and also in the Synchronizeable base class for permissions checking (PERMISSION_OWNER) 11 12 … … 34 35 35 36 uniqueId: 37 ========= 36 38 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 37 39 38 40 41 permissions: 42 ============ 43 Each synchronizeable variable has some write permissions. this permission systems allows to manage which network nodes are able to write the variables. 44 PERMISSION_MASTER_SERVER : only the master server can write this variable 45 PERMISSION_PROXY_SERVER : only the proxy server can write this variable 46 PERMISSION_OWNER : only the owner can write this variable 47 PERMISSION_ALL : all clients can write this variable 48 49 50 51 52 39 53 NetworkStream PeerInfo list: (peers) 54 ===================================== 40 55 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).
Note: See TracChangeset
for help on using the changeset viewer.