Multicast is available through setsockopt_u32 but has no convenience methods. Common operations like joining a group, leaving a group, and setting the outgoing interface each require looking up the right socket option constants and packing the right argument — a convenience API would make these straightforward.
Multicast is available through
setsockopt_u32but has no convenience methods. Common operations like joining a group, leaving a group, and setting the outgoing interface each require looking up the right socket option constants and packing the right argument — a convenience API would make these straightforward.