asio C++ library

PrevUpHomeNext

basic_socket_acceptor::open

Open the acceptor using the specified protocol.

void open(
    const protocol_type & protocol = protocol_type());
  » more...

void open(
    const protocol_type & protocol,
    asio::error_code & ec);
  » more...

PrevUpHomeNext