yggdrasil-go/src/yggdrasil/multicast_other.go
2018-12-05 23:10:50 +00:00

10 lines
205 B
Go

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