MCPcopy Create free account
hub / github.com/dermesser/libsocket / dgram_client_socket

Method dgram_client_socket

C++/dgramclient.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55using std::string;
56
57dgram_client_socket::dgram_client_socket(void) : connected(false) {}
58
59/**
60 * @brief Receive data from a connected DGRAM socket

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected