asio C++ library

PrevUpHomeNext

stream_socket_service::open

Open a stream socket.

asio::error_code open(
    implementation_type & impl,
    const protocol_type & protocol,
    asio::error_code & ec);

PrevUpHomeNext