[asio] Joining a group on a specific interface not documented
I discovered today that the boost::asio::ip::multicast::join_group option has a constructor to specify a local address to use when joining a multicast group. Unfortunately, this constructor is not documented. How can I contribute to the boost documentation or contact the author to request an update in the documentation?
On 5/05/2011 2:31 AM, Dylan Klomparens wrote:
I discovered today that the boost::asio::ip::multicast::join_group option has a constructor to specify a local address to use when joining a multicast group. Unfortunately, this constructor is not documented. How can I contribute to the boost documentation or contact the author to request an update in the documentation?
Its a trivial constructor, and it is defined via an example here: http://think-async.com/Asio/boost_asio_1_5_3/doc/html/boost_asio/reference/i... That said, if you're still inclined, you could always post your request to the ASIO ML directly or open a new ticket for ASIO (https://svn.boost.org/trac/boost/newticket).
participants (2)
-
Arash Partow
-
Dylan Klomparens