asio C++ library

PrevUpHomeNext

raw_socket_service::connect

Connect the raw socket to the specified endpoint.

asio::error_code connect(
    implementation_type & impl,
    const endpoint_type & peer_endpoint,
    asio::error_code & ec);

PrevUpHomeNext