Oskar Mansfeld

Results 37 comments of Oskar Mansfeld

Ah, I see, `module_name_repetitions` were moved from `pedantic` to `restriction` in [rust 1.84.0](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#moves-and-deprecations-1).

In my opinion the argument for removing the `module_name_repetitions` still stands, no matter if the clippy team moves it into `restriction` or `pedantic`. I'm for enabling it again so we...

This is not easily possible I think. We need ownership of the data in `QuicDatagrams::add_datagram` when we push it into the queue as a new `QuicDatagram` so we need to...

For future reference, it might make sense to look at the way we set the congestion window in general, too (only increasing in `max_datagram_size` blocks, calculating the acked bytes needed...

I think this is really interesting! From the RFC: > Modern AQM mechanisms can use ECN to signal the early signs of impending queue buildup long before a tail-drop queue...

This looks like a duplicate from #893 which has a pending PR that should solve the issue.