OpenTTD Source
20241108-master-g80f628063a
|
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.