mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
Wake up AWDL on Darwin if awdl0 is an enabled multicast interface
This commit is contained in:
parent
58757bb955
commit
e99903bf72
5 changed files with 41 additions and 5 deletions
|
@ -5,7 +5,11 @@ package yggdrasil
|
|||
import "syscall"
|
||||
import "golang.org/x/sys/windows"
|
||||
|
||||
func multicastReuse(network string, address string, c syscall.RawConn) error {
|
||||
func (m *multicast) multicastWake() {
|
||||
|
||||
}
|
||||
|
||||
func (m *multicast) multicastReuse(network string, address string, c syscall.RawConn) error {
|
||||
var control error
|
||||
var reuseaddr error
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue