5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-30 00:51:36 +00:00
yggdrasil-go/src/multicast/multicast_other.go

14 lines
266 B
Go
Raw Normal View History

2018-12-05 23:10:50 +00:00
// +build !linux,!darwin,!netbsd,!freebsd,!openbsd,!dragonflybsd,!windows
2018-12-05 22:39:04 +00:00
package multicast
2018-12-05 22:39:04 +00:00
import "syscall"
func (m *Multicast) _multicastStarted() {
}
func (m *Multicast) multicastReuse(network string, address string, c syscall.RawConn) error {
2018-12-05 22:39:04 +00:00
return nil
}