5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-15 16:40:27 +00:00
yggdrasil-go/src/yggdrasil/multicast_other.go

10 lines
196 B
Go
Raw Normal View History

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