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

Guard on extra packets being recv in a ping interval #734

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

i3149
Copy link
Contributor

@i3149 i3149 commented Aug 10, 2024

Closes #732

Adds a guard so if there's an extra packet seen across ping intervals we don't report spurious packet loss.

@i3149 i3149 requested a review from jryburn August 10, 2024 00:06
jryburn
jryburn previously approved these changes Aug 10, 2024
Copy link

@jryburn jryburn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@i3149
Copy link
Contributor Author

i3149 commented Aug 10, 2024

One more time, sorry I think I found a better way.

Copy link

@jryburn jryburn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely seems cleaner than the previous approach. LGTM

@i3149 i3149 merged commit 3a0ccca into main Aug 12, 2024
1 check passed
@i3149 i3149 deleted the fix-extra-packet-sent branch August 12, 2024 22:36
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 this pull request may close these issues.

Poller picking up false packet loss on ping_only tests
2 participants