Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_datagram_socket::shutdown

Disable sends or receives on the socket.

void shutdown(
    shutdown_type what);
  » more...

boost::system::error_code shutdown(
    shutdown_type what,
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext