Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9308 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.cc


Ignore:
Timestamp:
Jul 17, 2006, 5:47:32 PM (18 years ago)
Author:
patrick
Message:

proxy server ip synchronizeing bug, nodes get registered

File:
1 edited

Legend:

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

    r9303 r9308  
    4949  this->lastRecvedState = 0;
    5050  this->connectionMonitor = NULL;
     51
     52  this->ip.host = 0;
     53  this->ip.port = 0;
    5154}
    5255
     
    5962      return std::string("client");
    6063    case NET_PROXY_SERVER_ACTIVE:
    61       return std::string("proxy server");
     64      return std::string("proxy server active");
     65    case NET_PROXY_SERVER_PASSIVE:
     66      return std::string("proxy server passive");
    6267    case NET_MASTER_SERVER:
    6368      return std::string("master server");
Note: See TracChangeset for help on using the changeset viewer.