
Public 멤버 함수 | |
| virtual String | ToString () const |
Proud::CNetCoreStats(으)로부터 상속된 Public 멤버 함수 | |
| uint64_t | GetTotalReceiveBytes () |
| uint64_t | GetTotalSendCount () |
| uint64_t | GetTotalReceiveCount () |
| uint64_t | GetTotalSendBytes () |
| CNetCoreStats () | |
Public 속성 | |
| uint32_t | m_remotePeerCount |
| bool | m_serverUdpEnabled |
| uint32_t | m_directP2PEnabledPeerCount |
| uint32_t | m_sendQueueTotalBytes |
| uint32_t | m_sendQueueTcpTotalBytes |
| uint32_t | m_sendQueueUdpTotalBytes |
Proud::CNetCoreStats(으)로부터 상속된 Public 속성 | |
| 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 |
클라이언트의 상황 통계 정보입니다. 성능 측정 등에서 사용됩니다.
|
virtual |
이 객체의 내용물을 표현하는 문자열을 리턴합니다.
Proud::CNetCoreStats를 구현.
| uint32_t Proud::CNetClientStats::m_directP2PEnabledPeerCount |
Direct P2P가 되어있는 remote peer의 갯수
| uint32_t Proud::CNetClientStats::m_remotePeerCount |
현재 연결되어있는 remote peer의 갯수
| uint32_t Proud::CNetClientStats::m_sendQueueTotalBytes |
TCP, UDP Send Queue에 남아있는 총 크기, Send Queue 총 크기
| bool Proud::CNetClientStats::m_serverUdpEnabled |
true이면 서버와의 UDP 통신이 정상임을 의미한다. false이면 UDP를 쓰지 못하며, 서버와의 unreliable 메시징도 TCP로 주고받아지고 있음을 의미한다.