Implement QUIC Delay Control congestion controller#2524
Open
DXist wants to merge 5 commits intoquinn-rs:mainfrom
Open
Implement QUIC Delay Control congestion controller#2524DXist wants to merge 5 commits intoquinn-rs:mainfrom
DXist wants to merge 5 commits intoquinn-rs:mainfrom
Conversation
Collaborator
|
Please squash commits that correct issues in other commits in the same PR.
I don't love spending my time reviewing raw LLM output. How carefully did you review this code yourself before submitting the PR? |
1863838 to
4f8b972
Compare
See https://arxiv.org/abs/2507.00896 remove unused code added by Grok
7a5837c to
98671f7
Compare
Author
98671f7 to
4249f06
Compare
4249f06 to
cee2546
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This is an attempt to implement QUIC Delay Control (QUIC-DC) congestion control algorithm.
For initial implementation, I used
grok-code-fast-1model and didn't change anything manually.I asked Grok to add an example test to compare QUIC-DC with the Cubic congestion controller. The example contains scenarios where
Client sends ~1MiB of pseudorandom data.
An example output from the test, captured in a virtual machine (Rancher Desktop):

We can see that QUIC-DC maintains a lower average RTT time than Cubic which is beneficial for voice/video data streaming scenarios.
Another measurement running natively on MacBookPro: