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

QUIC: handle retransmissions and overlapping fragments in reassembler (#1195) #1498

Merged
merged 9 commits into from
Apr 7, 2022

Conversation

viniciussn
Copy link
Contributor

Trying to handle the two remaining cases in QUIC reassembler: retransmissions and overlapping fragments.

@IvanNardi
Copy link
Collaborator

IvanNardi commented Mar 25, 2022

Why the CI tests didn't run?
(It is a general question, not specifically to @viniciussn)

@utoni
Copy link
Collaborator

utoni commented Mar 25, 2022

Had the same issue with PR #1491 recently. Is there any Github Actions Quota?

@IvanNardi
Copy link
Collaborator

Probably a scheduled maintenance for GitHub Actions.
https://www.githubstatus.com/

Screenshot from 2022-03-25 17-45-19

@IvanNardi
Copy link
Collaborator

@viniciussn, could you push a new version (with some trivial changes) to hopefully trigger the CI, please?

src/lib/protocols/quic.c Outdated Show resolved Hide resolved
src/lib/protocols/quic.c Outdated Show resolved Hide resolved
@IvanNardi
Copy link
Collaborator

I'm going to run some tests. I'll update you

Copy link
Collaborator

@IvanNardi IvanNardi left a 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

src/lib/ndpi_main.c Outdated Show resolved Hide resolved
src/lib/protocols/quic.c Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Apr 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@IvanNardi IvanNardi merged commit 713cdd0 into ntop:dev Apr 7, 2022
@IvanNardi
Copy link
Collaborator

Thanks for this contribution!

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.

3 participants