Network Statisics Usage. More...
#include <RakNetStatistics.h>
Public Member Functions | |
RakNetStatistics & | operator+= (const RakNetStatistics &other) |
Public Attributes | |
uint64_t | valueOverLastSecond [RNS_PER_SECOND_METRICS_COUNT] |
uint64_t | runningTotal [RNS_PER_SECOND_METRICS_COUNT] |
RakNetTimeUS | connectionStartTime |
uint64_t | BPSLimitByCongestionControl |
bool | isLimitedByCongestionControl |
uint64_t | BPSLimitByOutgoingBandwidthLimit |
bool | isLimitedByOutgoingBandwidthLimit |
unsigned int | messageInSendBuffer [NUMBER_OF_PRIORITIES] |
double | bytesInSendBuffer [NUMBER_OF_PRIORITIES] |
unsigned int | messagesInResendBuffer |
uint64_t | bytesInResendBuffer |
float | packetlossLastSecond |
float | packetlossTotal |
Network Statisics Usage.
Store Statistics information related to network usage
Definition at line 32 of file RakNetStatistics.h.
RakNetStatistics& RakNetStatistics::operator+= | ( | const RakNetStatistics & | other | ) | [inline] |
Definition at line 53 of file RakNetStatistics.h.
Definition at line 39 of file RakNetStatistics.h.
Definition at line 42 of file RakNetStatistics.h.
Definition at line 49 of file RakNetStatistics.h.
double RakNetStatistics::bytesInSendBuffer[NUMBER_OF_PRIORITIES] |
Definition at line 46 of file RakNetStatistics.h.
Definition at line 37 of file RakNetStatistics.h.
Definition at line 40 of file RakNetStatistics.h.
Definition at line 43 of file RakNetStatistics.h.
unsigned int RakNetStatistics::messageInSendBuffer[NUMBER_OF_PRIORITIES] |
Definition at line 45 of file RakNetStatistics.h.
unsigned int RakNetStatistics::messagesInResendBuffer |
Definition at line 48 of file RakNetStatistics.h.
Definition at line 51 of file RakNetStatistics.h.
Definition at line 51 of file RakNetStatistics.h.
uint64_t RakNetStatistics::runningTotal[RNS_PER_SECOND_METRICS_COUNT] |
Definition at line 35 of file RakNetStatistics.h.
uint64_t RakNetStatistics::valueOverLastSecond[RNS_PER_SECOND_METRICS_COUNT] |
Definition at line 34 of file RakNetStatistics.h.