asio C++ library

PrevUpHomeNext

socket_acceptor_service::open

Open a new socket acceptor implementation.

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

PrevUpHomeNext