mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-08-03 07:23:49 +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 {
|
if linfo.interval.Seconds() < 15 {
|
||||||
linfo.interval += time.Second
|
linfo.interval += time.Second
|
||||||
}
|
}
|
||||||
|
linfo.time = time.Now()
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user