Proud::CNetClientStats 클래스 참조
Proud::CNetClientStats에 대한 상속 다이어그램 :

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 String Proud::CNetClientStats::ToString ( ) const
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로 주고받아지고 있음을 의미한다.