Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2005, 3:28:34 PM (18 years ago)
Author:
bottac
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_stream.cc

    r5734 r5738  
    9898
    9999  ret = this->synchronizeables->readBytes((byte*)downBuffer);
    100 
     100        this->connectionMonitor->processPacket((byte*)downBuffer, PACKAGE_SIZE);
     101        //this-> ->extractHeader(byte* data, int length);
    101102  /* pass the data to the network socket */
    102103  ret = this->networkSocket->writeBytes((byte*)downBuffer, PACKAGE_SIZE);
Note: See TracChangeset for help on using the changeset viewer.