Skip to content

Eio.Net: IPv6 multicast support #536

Open
@adatario

Description

@adatario

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions