yggdrasil-go/src/yggdrasil/multicast_other.go

14 lines
262 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 (m *multicast) multicastWake() {
}
func (m *multicast) multicastReuse(network string, address string, c syscall.RawConn) error {
2018-12-06 01:39:04 +03:00
return nil
}