Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions include/asio/ip/multicast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ typedef asio::ip::detail::socket_option::multicast_request<
/**
* Implements the IPPROTO_IP/IP_MULTICAST_IF socket option.
*
* For IPv4, the outbound interface may be specified using an IPv4 address.
* For IPv6, an interface index must be used, since an IPv6 address does not
* uniquely identify a network interface.
*
* @par Examples
* Setting the option:
* @code
Expand Down