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

Roll back f7710a1 which checks payloads incorrectly, ignores all mism… #321

Closed
wants to merge 1 commit into from

Conversation

paul-demo
Copy link

…atch replies

  • gather_statistics() already checks payloads and reports truncated packets
  • f7710a1 skips all payload comparisons in gather_statistics() when it should not
  • f7710a1 ignores truncated packets when it should not
  • f7710a1 broke ping's historical behavior that reply payloads are checked
    against request payloads and differences (including reply truncation) are
    reported by gather_statistics(), because the change prevents execution of
    gather_statistics() entirely unless payload match is complete and the reply
    is not truncated

…atch replies

- gather_statistics() already checks payloads and reports truncated packets
- f7710a1 skips all payload comparisons in gather_statistics() when it should not
- f7710a1 ignores truncated packets when it should not
- f7710a1 broke ping's historical behavior that reply payloads are checked
  against request payloads and differences (including reply truncation) are
  reported by gather_statistics(), because the change prevents execution of
  gather_statistics() entirely unless payload match is complete and the reply
  is not truncated
@pevik
Copy link
Contributor

pevik commented Dec 15, 2021

f7710a1 was reverted in dff5d82 (your PR #320), thus closing.

@pevik pevik closed this Dec 15, 2021
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.

None yet

2 participants