mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-17 16:26:07 +00:00
Fix interval check when sending multicast beacons
This commit is contained in:
@ -358,6 +358,7 @@ func (m *Multicast) _announce() {
|
||||
if linfo.interval.Seconds() < 15 {
|
||||
linfo.interval += time.Second
|
||||
}
|
||||
linfo.time = time.Now()
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user