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/monitor/network_node.h

    r9292 r9300  
    3232    void removeMasterServer(PeerInfo* node);
    3333
     34    PeerInfo* getClient(int index);
     35    PeerInfo* getActiveProxyServer(int index);
     36    PeerInfo* getPassiveProxyServer(int index);
     37    PeerInfo* getMasterServer(int index);
     38
    3439    /** @returns the number of players */
    3540    inline int getPlayerNumber() { return this->playerNumber; }
Note: See TracChangeset for help on using the changeset viewer.