MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onSent

Method onSent

performance/udp_echo_server.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void onSent(const asio::ip::udp::endpoint& endpoint, size_t sent) override
42 {
43 // Continue receive datagrams
44 ReceiveAsync();
45 }
46
47 void onError(int error, const std::string& category, const std::string& message) override
48 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected