You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IPv6 offers support for sending packets to multiple recipients. This is done via multicast groups. A list of multicast groups is maintained by the IANA.
In Unix a socket that is used for multicast must be joined to a group via a setsockopt call:
IPv6 offers support for sending packets to multiple recipients. This is done via multicast groups. A list of multicast groups is maintained by the IANA.
In Unix a socket that is used for multicast must be joined to a group via a
setsockopt
call:It would be nice for Eio to expose an API for doing IPv6 multicast.
See also:
The text was updated successfully, but these errors were encountered: