Changeset 9540 in orxonox.OLD for branches/proxy/src/lib/network/README.NETWORK
- Timestamp:
- Jul 28, 2006, 9:30:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/README.NETWORK
r9531 r9540 14 14 - the clients cant get its ip in the handleHandshakes without throuwing sigseg 15 15 - MessageManager: proxy/server forward the messages always. Perhaps there is a case, where messages get forwarded forever if there is a loop in the network. think about it again. 16 - Permissions: Proxy Servers shouldn't be able to create new eneitites on the server 16 17 17 18 … … 66 67 PERMISSION_ALL : all clients can write this variable 67 68 69 Only the master server should have the permission to create new WorldEntities and to add them to the game 68 70 69 71 … … 79 81 =============== 80 82 The message manager has special handling if its a master/proxy: the messages will simply be forwarded to the other server 83 84 85 Proxy Control: 86 ============== 87 The ProxyControl class manages the state of the network by exchanging state messages.
Note: See TracChangeset
for help on using the changeset viewer.