Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 19, 2006, 10:29:14 PM (19 years ago)
Author:
patrick
Message:

work of the day in one commit:D

  • switched whole network framework to ip sturcture
  • extended ip structrue a little bit
  • reimplemented the disconnection/reconnection algorithm
  • synchronizeable ip bug discovered and solved
File:
1 edited

Legend:

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

    r9327 r9334  
    8282
    8383    void updateConnectionList();
    84 
     84    /* handle processes */
    8585    void handleHandshakes();
    8686    void handleUpstream( int tick );
    8787    void handleDownstream(int tick );
     88
     89    /* handle events*/
    8890    void handleNewClient( int userId );
    89 
     91    void handleReconnect( int userId );
    9092
    9193    void writeToNewDict( byte * data, int length, bool upstream );
Note: See TracChangeset for help on using the changeset viewer.