Encapsulate connection paths in QUIC_PATH_SET - #6270
Open
Guillaume Hetier (guhetier) wants to merge 8 commits into
Open
Encapsulate connection paths in QUIC_PATH_SET#6270Guillaume Hetier (guhetier) wants to merge 8 commits into
Guillaume Hetier (guhetier) wants to merge 8 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 03ce1c1f-9bb3-4a56-be65-d7f4d3fb46eb
Track the deferred work outside the source tree so it can be addressed in later stack layers. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 03ce1c1f-9bb3-4a56-be65-d7f4d3fb46eb
Ensure the active path exists before congestion control initialization accesses it through the path set abstraction. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 03ce1c1f-9bb3-4a56-be65-d7f4d3fb46eb
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 03ce1c1f-9bb3-4a56-be65-d7f4d3fb46eb
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 03ce1c1f-9bb3-4a56-be65-d7f4d3fb46eb
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 03ce1c1f-9bb3-4a56-be65-d7f4d3fb46eb
Guillaume Hetier (guhetier)
marked this pull request as ready for review
August 27, 2026 18:45
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6270 +/- ##
==========================================
- Coverage 86.03% 84.30% -1.73%
==========================================
Files 60 60
Lines 18973 19005 +32
==========================================
- Hits 16323 16022 -301
- Misses 2650 2983 +333 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Encapsulates the connection path array and its bookkeeping in
QUIC_PATH_SET.There is no behavior change, this is preparatory work for further refactoring.
NextPathIdinto the path set.path[0]before it was initializedTesting
CI
Documentation
No documentation impact.