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

Fix some congestion control related issues. #61

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

golf-gl
Copy link
Collaborator

@golf-gl golf-gl commented Nov 27, 2023

Fix some congestion control related issues, including init, typo and state transition

@golf-gl golf-gl requested review from ChrisTeg and iyangsj November 27, 2023 08:44
@codecov-commenter
Copy link

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (fd20849) 95.06% compared to head (869de38) 95.06%.

Files Patch % Lines
src/congestion_control/bbr3/bbr3.rs 68.18% 7 Missing ⚠️
src/congestion_control/copa/copa.rs 62.50% 6 Missing ⚠️
src/congestion_control/cubic.rs 75.00% 4 Missing ⚠️
src/congestion_control/bbr/bbr.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #61      +/-   ##
===========================================
- Coverage    95.06%   95.06%   -0.01%     
===========================================
  Files           47       47              
  Lines        31254    31296      +42     
===========================================
+ Hits         29711    29750      +39     
- Misses        1543     1546       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iyangsj iyangsj merged commit bff6aec into Tencent:develop Nov 27, 2023
5 checks passed
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.

3 participants