yggdrasil-go/src/multicast/multicast_other.go
2019-03-28 16:13:14 +00:00

14 lines
265 B
Go

// +build !linux,!darwin,!netbsd,!freebsd,!openbsd,!dragonflybsd,!windows
package multicast
import "syscall"
func (m *Multicast) multicastStarted() {
}
func (m *Multicast) multicastReuse(network string, address string, c syscall.RawConn) error {
return nil
}