Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2006, 11:58:16 AM (19 years ago)
Author:
patrick
Message:

another ip sync bug discovered. but still not the one im looking for

File:
1 edited

Legend:

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

    r9347 r9349  
    351351      peers[clientId].handshake->setProxy1Address( pi->ip);
    352352      PRINTF(0)("proxy1 ip set to: %s\n", pi->ip.ipString().c_str());
     353      PRINTF(0)(" proxy1 ip : %i, port: %i\n", pi->ip.host(), pi->ip.port());
    353354    }
    354355
     
    501502              this->networkMonitor->addNode(it->second.handshake->getProxy1Address(), NET_PROXY_SERVER_ACTIVE);
    502503              PRINTF(0)("proxy1 ip read to: %s\n", it->second.handshake->getProxy1Address().ipString().c_str());
     504              PRINTF(0)(" proxy1 ip : %i, port: %i\n", it->second.handshake->getProxy1Address().host(), it->second.handshake->getProxy1Address().port());
    503505              // get proxy 2 address and add it
    504506              this->networkMonitor->addNode(it->second.handshake->getProxy2Address(), NET_PROXY_SERVER_ACTIVE);
Note: See TracChangeset for help on using the changeset viewer.