Skip to content

Commit

Permalink
Fix interval check when sending multicast beacons
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed May 28, 2024
1 parent 2831d73 commit fcefb20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/multicast/multicast.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ func (m *Multicast) _announce() {
if linfo.interval.Seconds() < 15 {
linfo.interval += time.Second
}
linfo.time = time.Now()
break
}
}
Expand Down

0 comments on commit fcefb20

Please sign in to comment.