lpeterse / haskell-socket

A Haskell binding to the POSIX sockets API
MIT License
47 stars 10 forks source link

Add API for joining/leaving multicast groups #6

Open sdroege opened 9 years ago

sdroege commented 9 years ago

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

Thanks for working on this library :)

lpeterse commented 9 years ago

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 commented 9 years ago

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