Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 16, 2005, 1:19:27 PM (18 years ago)
Author:
snellen
Message:

synchronizeable updated, connection_monitor.h and connection_monitor.cc updated

File:
1 edited

Legend:

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

    r5564 r5581  
    2222 {
    2323
     24         totalReceivedPackets=0;
     25         totalLostPackets=0;
     26         //packetSize=?;
     27
     28         currentPacketID=0;
     29         currentDatarate=0;
     30         timeForLastFewPackets=0;
    2431
    2532 }
     
    3542
    3643
     44
     45 void ConnectionMonitor::processPacket(byte* packet)
     46 {
     47
     48
     49
     50 }
     51
     52
     53 void ConnectionMonitor::displayStatistic()
     54 {
     55
     56
     57
     58
     59
     60 }
     61
Note: See TracChangeset for help on using the changeset viewer.