Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eio.Net: IPv6 multicast support #536

Open
adatario opened this issue May 30, 2023 · 1 comment
Open

Eio.Net: IPv6 multicast support #536

adatario opened this issue May 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@adatario
Copy link
Contributor

adatario commented May 30, 2023

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:

setsockopt(sd, IPPROTO_IPV6, IPV6_JOIN_GROUP, <group>, ...)

It would be nice for Eio to expose an API for doing IPv6 multicast.

See also:

@avsm
Copy link
Contributor

avsm commented May 30, 2023

+1 for multicast support; we need to do this systematically for IPv4 sockets as well.

@avsm avsm added the enhancement New feature or request label May 31, 2023
@balat balat modified the milestone: Eio 1.0 Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants