Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

now the clients can connect to the proxy servers.

⇒ hybrid proxy servers are half way done. There is still one major problem:

NetworkGameManager
This class is not yet hybrid at all. I will have take some more time for this one…

File:
1 edited

Legend:

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

    r9475 r9476  
    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
     
    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.