Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce the Prague congestion control #1708

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

qdeconinck
Copy link
Contributor

This PR introduces the Prague congestion control (described in the IETF draft draft-briscoe-iccrg-prague-congestion-control). Note that it depends on ECN, and so has a dependency on #1351.

ghedo and others added 11 commits January 10, 2024 17:52
This adds support for reporting incoming ECN counts via the "ECN Counts"
field in ACK frames.

Applications can report the ECN marking for incoming packets through the
new `ecn` field of `RecvInfo`, and internally quiche will track the ECN
counters, and creates ACK frames with the ECN Counts field.

TODO:
* Fetch ECN markings for incoming packets in apps.
TODO:
* Set ECN markings for outgoing packets in apps.
* Probe ECN for each path.
* Validate ECN counts in ACKs.
@qdeconinck qdeconinck requested a review from a team as a code owner January 10, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants