Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

seq_packet_socket_service::bind

Bind the sequenced packet socket to the specified local endpoint.

boost::system::error_code bind(
    implementation_type & impl,
    const endpoint_type & endpoint,
    boost::system::error_code & ec);

PrevUpHomeNext