mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2024-12-22 16:07:31 +00:00
Fix interval check when sending multicast beacons
This commit is contained in:
parent
2831d73f73
commit
fcefb20993
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user