Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2006, 11:37:41 PM (18 years ago)
Author:
patrick
Message:

now the proxy is in client mode again for testing

File:
1 edited

Legend:

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

    r9476 r9477  
    133133  this->networkStream = new NetworkStream(NET_PROXY_SERVER_ACTIVE );
    134134  // first connect to the master server for synchronization
    135 //   this->networkStream->connectToMasterServer(NetworkSettings::getInstance()->getMasterAddr().ipString(), 10000);
     135  this->networkStream->connectToMasterServer(NetworkSettings::getInstance()->getMasterAddr().ipString(), 10000);
    136136  // start the handshake with the master server
    137 //   this->networkStream->startHandshake(NET_ID_MASTER_SERVER);
     137  this->networkStream->startHandshake(NET_ID_MASTER_SERVER);
    138138
    139139
    140140  // then start the server
    141   this->networkStream->createServer( port, port +1);
     141//   this->networkStream->createServer( port, port +1);
    142142
    143143
     
    146146
    147147  // start the network game manager
    148    this->networkStream->createNetworkGameManager();
     148//    this->networkStream->createNetworkGameManager();
    149149
    150150
Note: See TracChangeset for help on using the changeset viewer.