Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

raw_socket_service::connect

Connect the raw socket to the specified endpoint.

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

PrevUpHomeNext