Fix interval check when sending multicast beacons

This commit is contained in:
Neil Alexander 2024-05-28 10:03:48 +01:00
parent 2831d73f73
commit fcefb20993
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -358,6 +358,7 @@ func (m *Multicast) _announce() {
if linfo.interval.Seconds() < 15 {
linfo.interval += time.Second
}
linfo.time = time.Now()
break
}
}