| 19 | |
| 20 | protected: |
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected