Skip to content

Fix the LossDetection timer for multipath #70

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

Open
wants to merge 1 commit into
base: multipath-quinn-0.11.x
Choose a base branch
from

Conversation

flub
Copy link
Collaborator

@flub flub commented May 23, 2025

When setting the timer you need to find the earliest time it might fire across all paths. So it does not need to know the path it is trying to be set on because it always looks at all paths. And the timer itself does not need to know the PathId either, since when it fires it is looked up again.

When setting the timer you need to find the earliest time it might
fire across all paths.  So it does not need to know the path it is
trying to be set on because it always looks at all paths.  And the
timer itself does not need to know the PathId either, since when it
fires it is looked up again.
@Arqu Arqu added this to iroh May 23, 2025
@github-project-automation github-project-automation bot moved this to 🏗 In progress in iroh May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

1 participant