quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

backport suppress stateless packets to 0.9.x #1601

Closed lijunwangs closed 1 year ago

lijunwangs commented 1 year ago

backport suppress stateless packets to 0.9.x

lijunwangs commented 1 year ago

@Ralith This is the backport to 0.9.x for the suppress stateless packets fix. cc. @djc

lijunwangs commented 1 year ago

The CI issues seems to be unrelated to this PR's changes: https://github.com/quinn-rs/quinn/actions/runs/5557468690/jobs/10151295515

Ralith commented 1 year ago

Manually verified quinn-proto and quinn tests, since CI on such an old branch is probably a lost cause.

lijunwangs commented 1 year ago

Thank you @Ralith for the help on review of this PR. Could you please bump the versions in 0.9.x and publish them?