Proud::CP2PConnectionStats Class Reference

Statistics to P2P connection. More...

Public Attributes

uint32_t m_TotalP2PCount
 
uint32_t m_directP2PCount
 
uint32_t m_toRemotePeerSendUdpMessageTrialCount
 
uint32_t m_toRemotePeerSendUdpMessageSuccessCount
 

Detailed Description

Statistics to P2P connection.

Member Data Documentation

uint32_t Proud::CP2PConnectionStats::m_directP2PCount

Number of directly connected P2P pairs

uint32_t Proud::CP2PConnectionStats::m_toRemotePeerSendUdpMessageSuccessCount

Total successful number of Udp packet sending from client to other client

  • Value will fill at only CNetServer (Because CLanServer does not use udp.)
  • All group members attempt will be added, if it is CP2PConnectionStats of group.
uint32_t Proud::CP2PConnectionStats::m_toRemotePeerSendUdpMessageTrialCount

Total attempted number of Udp packet sending from client to other client.

  • Value will fill at only CNetServer (Because CLanServer does not use udp.)
  • All group members attempt will be added, if it is CP2PConnectionStats of group.
uint32_t Proud::CP2PConnectionStats::m_TotalP2PCount

Number of all connected P2P pairs