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

Method onStarted

performance/udp_echo_server.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21protected:
22 void onStarted() override
23 {
24 // Start receive datagrams
25 ReceiveAsync();
26 }
27
28 void onReceived(const asio::ip::udp::endpoint& endpoint, const void* buffer, size_t size) override
29 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected