Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 26, 2006, 1:56:48 PM (18 years ago)
Author:
patrick
Message:

redirection is disabled now for network traffic measurement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_stream.cc

    r9489 r9490  
    8181      SharedNetworkData::getInstance()->setHostID(NET_ID_MASTER_SERVER);
    8282      break;
    83 
    8483    case NET_PROXY_SERVER_ACTIVE:
    8584      // init the shared network data
     
    503502  // check if the connecting client should reconnect to a proxy server
    504503  if( SharedNetworkData::getInstance()->isMasterServer())
    505     peers[userId].handshake->setRedirect(this->networkMonitor->isReconnectNextClient());
     504    peers[userId].handshake->setRedirect(/*this->networkMonitor->isReconnectNextClient()*/false);
    506505
    507506  // the connecting node of course is a client
Note: See TracChangeset for help on using the changeset viewer.