github.com/yggdrasil-network/yggdrasil-go@v0.5.6/src/multicast/multicast_other.go (about)

     1  //go:build !linux && !darwin && !ios && !netbsd && !freebsd && !openbsd && !dragonflybsd && !windows
     2  // +build !linux,!darwin,!ios,!netbsd,!freebsd,!openbsd,!dragonflybsd,!windows
     3  
     4  package multicast
     5  
     6  import "syscall"
     7  
     8  func (m *Multicast) _multicastStarted() {
     9  
    10  }
    11  
    12  func (m *Multicast) multicastReuse(network string, address string, c syscall.RawConn) error {
    13  	return nil
    14  }