Information that contains addresses and others for internal P2P communication in ProudNet. Used at CNetClient.GetDirectP2PInfo and so on.
More...
Information that contains addresses and others for internal P2P communication in ProudNet. Used at CNetClient.GetDirectP2PInfo and so on.
bool Proud::CDirectP2PInfo::HasBeenHolepunched |
( |
| ) |
|
|
inline |
Is this acquired after P2P hole-punching is completed?
AddrPort Proud::CDirectP2PInfo::m_localToRemoteAddr |
Reception address of opponent peer when packets sent through Direct P2P Can be used at socket API sendto()
AddrPort Proud::CDirectP2PInfo::m_localUdpSocketAddr |
Local address of UDP socket possessed by CNetClient for it to use direct P2P communication with opponent peer
AddrPort Proud::CDirectP2PInfo::m_remoteToLocalAddr |
Transmission address of opponent peer when packets received through Direct P2P Can be used at socket API recvfrom()