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

Fix incorrect initial DCID indexing on retried connections #1946

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

Ralith
Copy link
Collaborator

@Ralith Ralith commented Jul 31, 2024

This could also cause other packets received before the server accepts the connection to be lost.

Noticed while checking some unrelated assumptions.

This could also cause other packets received before the server accepts
the connection to be lost.
@Ralith Ralith changed the title Fix initial destination CID leak for retry packets Fix incorrect initial DCID indexing on retried connections Jul 31, 2024
@djc
Copy link
Member

djc commented Jul 31, 2024

Is this a regression? Why do you think no one has noticed so far?

@Ralith
Copy link
Collaborator Author

Ralith commented Jul 31, 2024

This was a regression from 0.10, yeah. I'm guessing folks aren't using retries (they add an RTT, after all), and/or the memory leak and lost packets are insignificant.

@Ralith Ralith added this pull request to the merge queue Jul 31, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 31, 2024
@Ralith Ralith added this pull request to the merge queue Jul 31, 2024
Merged via the queue into main with commit 169f0c2 Jul 31, 2024
8 checks passed
@Ralith Ralith deleted the fix-incoming-retry branch July 31, 2024 18:26
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.

2 participants