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

Add API for joining/leaving multicast groups #6

Open
sdroege opened this issue Jun 17, 2015 · 2 comments
Open

Add API for joining/leaving multicast groups #6

sdroege opened this issue Jun 17, 2015 · 2 comments

Comments

@sdroege
Copy link

sdroege commented Jun 17, 2015

See summary, ideally this should also allow defining which interface should be used

Thanks for working on this library :)

@lpeterse
Copy link
Owner

I have no experience with that specific topic, but I think it deserves its place in this library as this is a very general mechanism.
I'll leave this open for later or until someone else volunteers to implement this.

@lpeterse
Copy link
Owner

According to @illdefined this is done via the following sockopts:

  • IP_ADD_MEMBERSHIP (IPPROTO_IP)
  • IP_DROP_MEMBERSHIP
  • IPV6_ADD_MEMBERSHIP, IPV6_DROP_MEMBERSHIP (IPPROTO_IPV6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants