mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 14:45:07 +03:00
Keep AWDL awake, or wake it up again after a minute if suspended for some reason (e.g. sleep)
This commit is contained in:
parent
9507117a3c
commit
3c2cdfea1c
5 changed files with 38 additions and 16 deletions
|
@ -57,7 +57,7 @@ func (m *multicast) start() error {
|
|||
// Windows can't set this flag, so we need to handle it in other ways
|
||||
}
|
||||
|
||||
m.multicastWake()
|
||||
go m.multicastStarted()
|
||||
go m.listen()
|
||||
go m.announce()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue