quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

Backport: Made receive_window tweakable per connection #1393

Closed lijunwangs closed 2 years ago

lijunwangs commented 2 years ago

Backport: Made receive_window tweak-able per connection on the server side.

lijunwangs commented 2 years ago

Hi @djc @Ralith, this is the backport PR for https://github.com/quinn-rs/quinn/pull/1386. Thanks!

lijunwangs commented 2 years ago

Thank your for the review @djc -- could you also help merge this into 0.8.x branch? I do not have the write access to the repo.

djc commented 2 years ago

I guess as a backport we probably don't need another review.

lijunwangs commented 2 years ago

I wonder what is the plan for having a new release of 0.8.x like tag: 0.8.4 containing the fix? Our project depends on this and right now we are using explicit git dependency as workaround but which prevents us from publishing our own crates to the community. If this can be released soon, it would be great. @djc @Ralith Thanks!