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

Method onSent

examples/udp_echo_server.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void onSent(const asio::ip::udp::endpoint& endpoint, size_t sent) override
37 {
38 // Continue receive datagrams
39 ReceiveAsync();
40 }
41
42 void onError(int error, const std::string& category, const std::string& message) override
43 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected