Oskar Mansfeld
Oskar Mansfeld
Bumping again, I'd also love to see this merged.
Scoped the update in #2535 and will keep incrementing on the update in that draft PR.
I can work on this. Can you point me to the rough code location where one would implement this? I've just had a look around for ~30mins but haven't found...
After experimenting with this a bit and looking at the relevant [QUIC RFC section](https://datatracker.ietf.org/doc/html/rfc9000#name-packet-numbers) I've got some questions for clarification: 1. Do I understand correctly that the intended behavior for...
> Also see [cloudflare/quiche@`master`/quiche/src/recovery/congestion/cubic.rs](https://github.com/cloudflare/quiche/blob/master/quiche/src/recovery/congestion/cubic.rs?rgh-link-date=2025-06-03T10%3A36%3A41Z) > > I kinda wonder if it would make sense to have a standalone Rust crate implementing these CCAs for sharing between QUIC implementations... Thanks for...
I've added a test for the dynamic changing of the`alpha` value. There are some CI failures currently, most of them due to other causes I think (Sanitize is addressed in...
> I think this PR is becoming unwieldy - it touches too many things. Suggest to split out smaller pieces that can be merged now, and maybe using a tracking...
I'm understanding this the following way: Yes, all unknown error codes should be mapped to `H3_NO_ERROR`. Error codes of the `0x1f * N + 0x21` format are reserved from being...
> #2973 is in, will this progress now? In #2973 we split off #3043 which was the part the test here depends on. Because we don't increase our `w_est` value...
> In https://github.com/mozilla/neqo/pull/2973 we split off https://github.com/mozilla/neqo/pull/3043 which was the part the test here depends on. I added our byte-tracking logic to the test and thus made it not depend...