diff --git a/include/asio/ip/multicast.hpp b/include/asio/ip/multicast.hpp index 530189b0d2..0b59e829d3 100644 --- a/include/asio/ip/multicast.hpp +++ b/include/asio/ip/multicast.hpp @@ -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