Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7953 in orxonox.OLD


Ignore:
Timestamp:
May 29, 2006, 2:28:41 PM (18 years ago)
Author:
rennerc
Message:

added todo

File:
1 edited

Legend:

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

    r7952 r7953  
    527527    while ( 0 < (compLength = peer->second.socket->readPacket( compBuf, UDP_PACKET_SIZE )) )
    528528    {
     529      //TODO tell monitor about zipped packet. because dropped packets dont count to bandwidth
    529530      //PRINTF(0)("GGGGGOOOOOOOOOOTTTTTTTT: %d\n", compLength);
    530531      packetLength = Zip::getInstance()->unZip( compBuf, compLength, buf, UDP_PACKET_SIZE );
Note: See TracChangeset for help on using the changeset viewer.