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

Method onStarted

examples/udp_echo_server.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected