| 48 | { |
| 49 | public: |
| 50 | client(const udp::endpoint& listen_endpoint) |
| 51 | : socket_(io_context_, listen_endpoint) |
| 52 | { |
| 53 | } |
| 54 | |
| 55 | std::size_t receive(const boost::asio::mutable_buffer& buffer, |
| 56 | std::chrono::steady_clock::duration timeout, |
nothing calls this directly
no outgoing calls
no test coverage detected