Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

connection monitor updated

File:
1 edited

Legend:

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

    r5618 r5720  
    2323
    2424    void                displayStatistic();
    25     void                computeAverageStatistic();
     25    void                computeCurrentDatarate();
     26    void                doUDPRelatedStuff();
    2627
    2728    /*Data of the lifetime of the ConnectionMonitor Object*/
    2829    unsigned int        packetToAverage;
     30    char*               protocollType;
    2931
    3032    unsigned int        totalReceivedPackets;
Note: See TracChangeset for help on using the changeset viewer.