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

feat: congestion control for catchunks #132

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

AnoldGH
Copy link

@AnoldGH AnoldGH commented Feb 21, 2025

Closes #97

Summary
This PR introduces congestion control mechanism for catchunks

Improvements

  • Commit adf1bfd adds an general interface that supports multiple congestion window strategies, currently including fixed window and AIMD
  • Commit 8564c63 refactors the existing codebase to add a retransmission queue for better congestion control

Pending Changes/Additions

  • Some measurements
  • Cubic congestion control
  • Argument parsing to select window strategies
  • Argument parsing for congestion window parameters (need to change Client APIs)

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.

[std] Congestion control for catchunks
1 participant