- Timestamp:
- May 29, 2006, 2:28:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_stream.cc
r7952 r7953 527 527 while ( 0 < (compLength = peer->second.socket->readPacket( compBuf, UDP_PACKET_SIZE )) ) 528 528 { 529 //TODO tell monitor about zipped packet. because dropped packets dont count to bandwidth 529 530 //PRINTF(0)("GGGGGOOOOOOOOOOTTTTTTTT: %d\n", compLength); 530 531 packetLength = Zip::getInstance()->unZip( compBuf, compLength, buf, UDP_PACKET_SIZE );
Note: See TracChangeset
for help on using the changeset viewer.