Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beacon timeout handling error #2

Closed
raufaser opened this issue Nov 1, 2020 · 0 comments · Fixed by #3
Closed

Beacon timeout handling error #2

raufaser opened this issue Nov 1, 2020 · 0 comments · Fixed by #3

Comments

@raufaser
Copy link

raufaser commented Nov 1, 2020

Hi,

the beacon timeout handling doesn't work in all cases.

Example: Beacon Timeout = 10, Beacon is sent at minute 52

Next Beacon is calculated (52 + 10) % 60 = 2

Next loop run in minute 53. Beacon will be sent because 2 < 53. Even worste beacon will be flooded.

Basically that happens in all cases when the next beacon is calculated for the next hour.

I will commit a fix for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant