Changeset 9490 in orxonox.OLD
- Timestamp:
- Jul 26, 2006, 1:56:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9489 r9490 81 81 SharedNetworkData::getInstance()->setHostID(NET_ID_MASTER_SERVER); 82 82 break; 83 84 83 case NET_PROXY_SERVER_ACTIVE: 85 84 // init the shared network data … … 503 502 // check if the connecting client should reconnect to a proxy server 504 503 if( SharedNetworkData::getInstance()->isMasterServer()) 505 peers[userId].handshake->setRedirect( this->networkMonitor->isReconnectNextClient());504 peers[userId].handshake->setRedirect(/*this->networkMonitor->isReconnectNextClient()*/false); 506 505 507 506 // the connecting node of course is a client
Note: See TracChangeset
for help on using the changeset viewer.