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: fix Identification field being always 0 #3802

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Conversation

ripatel-fd
Copy link
Contributor

Fixes a classic C typo with (*ptr++) syntax.
The bug resulted in all Firedancer QUIC packets having an IPv4 ID
field of 0. Most Internet peers (most notably Linux) are resilient
enough to handle this. Should be fixed nonetheless.

Fixes a classic C typo with (*ptr++) syntax.
The bug resulted in all Firedancer QUIC packets having an IPv4 ID
field of 0.  Most Internet peers (most notably Linux) are resilient
enough to handle this.  Should be fixed nonetheless.
@ripatel-fd ripatel-fd enabled auto-merge December 30, 2024 06:49
@ripatel-fd ripatel-fd added this pull request to the merge queue Dec 30, 2024
Merged via the queue into main with commit 52fcc87 Dec 30, 2024
10 checks passed
@ripatel-fd ripatel-fd deleted the ripatel/quic-ipv4-id branch December 30, 2024 09:06
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