Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 29, 2006, 2:15:52 AM (18 years ago)
Author:
patrick
Message:

redirection seems to work good now

File:
1 edited

Legend:

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

    r9597 r9598  
    732732  // disconnect from the current server and reconnect to proxy server
    733733  this->handleDisconnect( userId);
    734   this->connectToProxyServer(NET_ID_PROXY_SERVER_01, proxyIP.ipString(), 9999);
     734//   this->connectToProxyServer(NET_ID_PROXY_SERVER_01, proxyIP.ipString(), 9999);
     735  this->connectToMasterServer(proxyIP.ipString(), 9999);
    735736  #warning the ports are not yet integrated correctly in the ip class
    736737
Note: See TracChangeset for help on using the changeset viewer.