audreyt / network-multicast

[Haskell] The "Network.Multicast" module is for sending UDP datagrams over multicast (class D) addresses.
http://github.com/audreyt/network-multicast
Other
23 stars 12 forks source link

specify local interface on add/drop multicast membership #11

Closed zoranbosnjak closed 9 years ago

zoranbosnjak commented 9 years ago

Multicast membership functions are modified to accept additional argument (local interface) on which to receive multicast traffic. In the case of more network interfaces in the system, it is often necessary to explicitly specify the interface. This additional argument is optional (Maybe).

audreyt commented 9 years ago

Thanks! Released to Hackage as of 0.1.0.