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

Method onSent

tests/test_udp.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 void onStopped() override { stopped = true; }
67 void onReceived(const asio::ip::udp::endpoint& endpoint, const void* buffer, size_t size) override { SendAsync(endpoint, buffer, size); }
68 void onSent(const asio::ip::udp::endpoint& endpoint, size_t sent) override { ReceiveAsync(); }
69 void onError(int error, const std::string& category, const std::string& message) override { errors = true; }
70
71public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected