-
Notifications
You must be signed in to change notification settings - Fork 896
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
QUIC: handle retransmissions and overlapping fragments in reassembler (#1195) #1498
Conversation
Why the CI tests didn't run? |
Had the same issue with PR #1491 recently. Is there any Github Actions Quota? |
Probably a scheduled maintenance for GitHub Actions. |
@viniciussn, could you push a new version (with some trivial changes) to hopefully trigger the CI, please? |
I'm going to run some tests. I'll update you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two minor changes and we can finally merge it
Thanks for your patience
Kudos, SonarCloud Quality Gate passed! |
Thanks for this contribution! |
Trying to handle the two remaining cases in QUIC reassembler: retransmissions and overlapping fragments.