OpenTTD Source 20241224-master-gf74b0cf984
|
Some information about a socket, which exists before the actual socket has been created to provide locking and the likes. More...
Public Member Functions | |
UDPSocket (const std::string &name) | |
void | CloseSocket () |
void | ReceivePackets () |
Data Fields | |
const std::string | name |
The name of the socket. | |
NetworkUDPSocketHandler * | socket |
The actual socket, which may be nullptr when not initialized yet. | |
Some information about a socket, which exists before the actual socket has been created to provide locking and the likes.
Definition at line 39 of file network_udp.cpp.
|
inline |
Definition at line 43 of file network_udp.cpp.
|
inline |
Definition at line 45 of file network_udp.cpp.
|
inline |
Definition at line 52 of file network_udp.cpp.
const std::string UDPSocket::name |
The name of the socket.
Definition at line 40 of file network_udp.cpp.
NetworkUDPSocketHandler* UDPSocket::socket |
The actual socket, which may be nullptr when not initialized yet.
Definition at line 41 of file network_udp.cpp.
Referenced by NetworkUDPInitialize(), NetworkUDPSearchGame(), and NetworkUDPServerListen().