Public Member Functions | |
virtual String | ToString () const |
![]() | |
uint64_t | GetTotalReceiveBytes () |
uint64_t | GetTotalSendCount () |
uint64_t | GetTotalReceiveCount () |
uint64_t | GetTotalSendBytes () |
CNetCoreStats () | |
Public Attributes | |
uint32_t | m_remotePeerCount |
bool | m_serverUdpEnabled |
uint32_t | m_directP2PEnabledPeerCount |
uint32_t | m_sendQueueTotalBytes |
uint32_t | m_sendQueueTcpTotalBytes |
uint32_t | m_sendQueueUdpTotalBytes |
![]() | |
uint64_t | m_totalTcpReceiveCount |
uint64_t | m_totalTcpReceiveBytes |
uint64_t | m_totalTcpSendCount |
uint64_t | m_totalTcpSendBytes |
uint64_t | m_totalUdpReceiveCount |
uint64_t | m_totalUdpReceiveBytes |
uint64_t | m_totalUdpSendBytes |
uint64_t | m_totalUdpSendCount |
Client status information. Used for performance check.
|
virtual |
Returns a string that represents this object.
Implements Proud::CNetCoreStats.
uint32_t Proud::CNetClientStats::m_directP2PEnabledPeerCount |
Number of remote peer that consisted Direct P2P
uint32_t Proud::CNetClientStats::m_remotePeerCount |
Number of remote peer that in currently connected
bool Proud::CNetClientStats::m_serverUdpEnabled |
true means the UDP communication with server is ok Cannot use UDP when false and also means the unreliable messaging with server is done via TCP.