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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AnoldGH
Copy link

@AnoldGH AnoldGH commented Feb 21, 2025

Related to #97

Summary
This PR introduces congestion control mechanism for catchunks

Improvements

  • Commit 0e215a2 adds a general interface that supports multiple congestion window strategies, including fixed window, AIMD, and CUBIC
  • Commit 48afe7c refactors the existing codebase to add a retransmission queue for better congestion control

Pending Changes/Additions

  • TryStore as in ac07cca
  • Argument parsing for congestion window parameters (need to change Client APIs)

@AnoldGH AnoldGH force-pushed the congestion branch 2 times, most recently from bc237b7 to 48afe7c Compare February 28, 2025 23:56
Introduce "std/object/congestion" subpackage providing a
	unified interface for windowed congestion control and three
	window strategies: fixed, AIMD, and CUBIC

Introduce a basic interface for RTT estimators
@AnoldGH AnoldGH marked this pull request as ready for review March 1, 2025 00:18
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.

2 participants