Represents a UDP endpoint. More...
#include <UdpEndpoint.hpp>
Public Member Functions | |
UdpEndpoint (int port) | |
Constructs a UdpEndpoint from a port number. The IP address defaults to 127.0.0.1 . | |
UdpEndpoint (const std::string &ip, int port) | |
Constructs a UdpEndpoint from an IP address and port number. | |
Represents a UDP endpoint.