| 708 | } |
| 709 | |
| 710 | boost::asio::ip::udp::socket::native_handle_type native_handle() override { return socket.native_handle(); } |
| 711 | |
| 712 | private: |
| 713 | UDPSocket(boost::asio::io_service& io_service, Optional<NetworkAddress> toAddress, bool isV6) |
no outgoing calls
no test coverage detected