Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quic: fix Identification field being always 0
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.
- Loading branch information