asio-tr2 icon indicating copy to clipboard operation
asio-tr2 copied to clipboard

on multicast group socket option, remove network_interface and use scope id instead

Open chriskohlhoff opened this issue 10 years ago • 1 comments

chriskohlhoff avatar Feb 27 '15 13:02 chriskohlhoff

Pre-Lenexa Summary

[internet.multicast.group]

The suggestion is that we can drop the network_interface parameter for the IPv6 case, and instead use the scope_id parameter to specify the interface.

Technically it is possible to make this change, but i don't think they are semantically the same thing. Where I have had complaints about the present interface, it is that it does not provide a version-independent network_interface representation. Nobody has complained that it is not using the address's scope_id.

chriskohlhoff avatar May 05 '15 12:05 chriskohlhoff