Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2006, 12:03:24 AM (18 years ago)
Author:
patrick
Message:

proxy servers are synced in a better form

File:
1 edited

Legend:

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

    r9334 r9338  
    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);
    355356    if( pi != NULL)
    356357      peers[clientId].handshake->setProxy1Address( pi->ip);
Note: See TracChangeset for help on using the changeset viewer.