golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.68k stars 17.49k forks source link

net: implement multicast network interface API on DragonFly BSD #9668

Open mikioh opened 9 years ago

mikioh commented 9 years ago

See https://github.com/golang/go/blob/master/src/net/interface_dragonfly.go.

rfrangio commented 9 years ago

Hi, I've looked a bit at this as well the netbsd/openbsd issues listed below and it really looks like it should be very simple to do using the same method used for darwin/freebsd. Most of the work should be in getting the vm's up and doing the testing. I've been looking for ways to contribute and this seems like a decent way to start. Let me know how I should proceed.

https://github.com/golang/go/issues/9670 https://github.com/golang/go/issues/9669