Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 13, 2006, 11:32:48 AM (19 years ago)
Author:
patrick
Message:

extending handshake for node type exchange

File:
1 edited

Legend:

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

    r9255 r9268  
    2222class ServerSocket;
    2323class NetworkGameManager;
     24class NetworkMonitor;
    2425
    2526
     
    6667
    6768  private:
     69
    6870    inline SynchronizeableList::const_iterator getSyncBegin(){ return synchronizeables.begin(); }
    6971    inline SynchronizeableList::const_iterator getSyncEnd(){ return synchronizeables.end(); }
    7072    inline PeerInfo & getPeerInfo( int userId ) { return peers[userId]; }
    71 
     73    void cleanUpOldSyncList();
    7274    int getSyncCount();
    7375
    7476    void updateConnectionList();
     77
    7578    void handleHandshakes();
    7679    void handleUpstream( int tick );
    7780    void handleDownstream(int tick );
    7881    void handleNewClient( int userId );
    79     void cleanUpOldSyncList();
     82
    8083
    8184    void writeToNewDict( byte * data, int length, bool upstream );
     
    9194    int                        currentState;                //!< current state id
    9295
     96    NetworkMonitor*            networkMonitor;              //!< the network monitor
    9397    NetworkGameManager*        networkGameManager;          //!< reference to the network game manager
    9498    ServerSocket*              serverSocket;                //!< the listening socket of the server
Note: See TracChangeset for help on using the changeset viewer.