asio C++ library

PrevUpHomeNext

datagram_socket_service::shutdown

Disable sends or receives on the socket.

asio::error_code shutdown(
    implementation_type & impl,
    socket_base::shutdown_type what,
    asio::error_code & ec);

PrevUpHomeNext