Public Attributes

kNet::ConnectionStatistics::PingTrack Struct Reference

Remembers a ping request that was sent to the other end. More...

#include <MessageConnection.h>

List of all members.

Public Attributes

tick_t pingSentTick
 Timestamp of when the PingRequest was sent.
tick_t pingReplyTick
 If replyReceived==true, contains the timestamp of when PingReply was received as a response.
unsigned long pingID
 ID of this ping message.
bool replyReceived
 True of PingReply has already been received for this.

Detailed Description

Remembers a ping request that was sent to the other end.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines