yggdrasil-go/src/yggdrasil/multicast_other.go

10 lines
205 B
Go
Raw Normal View History

2018-12-06 02:10:50 +03:00
// +build !linux,!darwin,!netbsd,!freebsd,!openbsd,!dragonflybsd,!windows
2018-12-06 01:39:04 +03:00
package yggdrasil
import "syscall"
func multicastReuse(network string, address string, c syscall.RawConn) error {
return nil
}