Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2009, 3:38:48 PM (15 years ago)
Author:
scheusso
Message:

new ConsoleCommand: printRTT: prints the round trip time to (the server / all clients)
small change in ClientDisconnection handling (only internal)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/network/Server.h

    r5929 r5961  
    5757    bool queuePacket(ENetPacket *packet, int clientID);
    5858    void update(const Clock& time);
    59     unsigned int getPing(unsigned int clientID);
     59    unsigned int getRTT(unsigned int clientID);
     60    virtual void printRTT();
    6061    double getPacketLoss(unsigned int clientID);
    6162  protected:
Note: See TracChangeset for help on using the changeset viewer.