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

Optimize searching for packets in the LostPackets list to see if they… #4806

Merged
merged 3 commits into from
Feb 12, 2025

Conversation

vgmahajanshetty
Copy link
Contributor

@vgmahajanshetty vgmahajanshetty commented Feb 11, 2025

… are acknowledged when processing AckBlocks

Description

Improve performance when searching for packets in LostPackets list to see if they are acknowledged when processing AckBlocks

Part of #4772.

Testing

Done manual testing.

Documentation

No

@vgmahajanshetty vgmahajanshetty requested a review from a team as a code owner February 11, 2025 17:59
src/core/loss_detection.c Outdated Show resolved Hide resolved
src/core/loss_detection.c Outdated Show resolved Hide resolved
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.64%. Comparing base (8936fdc) to head (d4acfd2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4806      +/-   ##
==========================================
- Coverage   87.02%   85.64%   -1.39%     
==========================================
  Files          56       56              
  Lines       17422    17425       +3     
==========================================
- Hits        15162    14924     -238     
- Misses       2260     2501     +241     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vgmahajanshetty vgmahajanshetty merged commit d3395f4 into main Feb 12, 2025
482 of 484 checks passed
@vgmahajanshetty vgmahajanshetty deleted the quic_perf_improvement_1 branch February 12, 2025 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants