Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2006, 12:06:10 AM (19 years ago)
Author:
patrick
Message:

proxy addresses set and read the correct order now

File:
1 edited

Legend:

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

    r9338 r9339  
    353353    // get the proxy server informations and write them to the handshake, if any (proxy)
    354354    PeerInfo* pi = this->networkMonitor->getFirstChoiceProxy();
    355     assert (pi != NULL);
    356355    if( pi != NULL)
    357356      peers[clientId].handshake->setProxy1Address( pi->ip);
Note: See TracChangeset for help on using the changeset viewer.