Proud::CSocketInfo Class Reference

Structure that contain information of socket. More...

Public Attributes

SOCKET m_tcpSocket
 
SOCKET m_udpSocket
 

Detailed Description

Structure that contain information of socket.

Member Data Documentation

SOCKET Proud::CSocketInfo::m_tcpSocket

It is TCP socket handle. This socket is for connecting to server

SOCKET Proud::CSocketInfo::m_udpSocket

It is UDP socket handle. This socket is for connecting to server or P2P peer.