Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_datagram_socket::connect

Connect the socket to the specified endpoint.

void connect(
    const endpoint_type & peer_endpoint);
  » more...

boost::system::error_code connect(
    const endpoint_type & peer_endpoint,
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext