Brad Pillatsch
Results
2
issues of
Brad Pillatsch
Add SetMulticast(b bool, addr net.Addr) to Linux and BSD. Stub in others with ErrNotImplemented. Linux implementation through setsockopt(), as such any multicast groups joined will automatically be dropped on socket...
I'd like to submit a PR for Multicast group joining, I have an initial hack at the Linux implementation however I am running into a question of how to proceed...