Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 17, 2006, 10:15:33 AM (18 years ago)
Author:
patrick
Message:

work from this weekend in the train :D

  • the ip should now synchronize over network in the handshake (always the favorite 2 proxy server ips)
  • the network monitor now keeps track of all network nodes answers with proxy server lists if asked/needed
  • it is untested :D
File:
1 edited

Legend:

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

    r9297 r9300  
    4343{
    4444  ProxySettings::singletonRef = NULL;
     45
     46  // remove all unused proxy data again
     47  for( int i = 0; i < this->proxies.size(); i++)
     48  {
     49    IPaddress* ip = this->proxies.back();
     50    this->proxies.pop_back();
     51    delete ip;
     52  }
    4553}
    4654
Note: See TracChangeset for help on using the changeset viewer.