Public Attributes

kNet::ConnectionStatistics::TrafficTrack Struct Reference

Remembers both in- and outbound traffic events on the socket. More...

#include <MessageConnection.h>

List of all members.

Public Attributes

tick_t tick
 Denotes when this event occurred.
unsigned long packetsIn
 The number of datagrams in when this event occurred.
unsigned long packetsOut
 The number of datagrams out when this event occurred.
unsigned long messagesIn
 The total number of messages the received datagrams contained.
unsigned long messagesOut
 The total number of messages the sent datagrams contained.
unsigned long bytesIn
 The total number of bytes the received datagrams contained.
unsigned long bytesOut
 The total number of bytes the sent datagrams contained.

Detailed Description

Remembers both in- and outbound traffic events on the socket.


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