eckit::net::UDPClient class

Constructors, destructors, conversion operators

UDPClient(const Configuration& cfg) explicit
UDPClient(const std::string& hostname, int port)
~UDPClient()

Public functions

void send(const void* buf, size_t length)

Friends

auto operator<<(std::ostream& s, const UDPClient& socket) -> std::ostream&