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.h

    r9297 r9300  
    2929    void loadProxySettings(const TiXmlElement* root);
    3030
     31    /** @returns the max number of players */
    3132    inline void setMaxPlayer(int number) { this->maxPlayer = number; }
    3233    void setProxyAddr(const std::string& proxyAddr);
     34
     35    /** @returns the list of proxy servers from the init file */
     36    inline std::vector<IPaddress*> getProxyList() { return this->proxies; }
    3337
    3438
Note: See TracChangeset for help on using the changeset viewer.