asio C++ library

PrevUpHomeNext

basic_socket::open

Open the socket using the specified protocol.

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

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

PrevUpHomeNext