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

initialize the congestion controller with the actual max datagram size #3107

Merged
merged 1 commit into from
Apr 2, 2021

Conversation

marten-seemann
Copy link
Member

Fixes #3106.

@codecov
Copy link

codecov bot commented Mar 20, 2021

Codecov Report

Merging #3107 (7feda78) into master (81d16a9) will decrease coverage by 0.06%.
The diff coverage is 31.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3107      +/-   ##
==========================================
- Coverage   85.47%   85.41%   -0.06%     
==========================================
  Files         131      131              
  Lines        9650     9663      +13     
==========================================
+ Hits         8248     8253       +5     
- Misses       1034     1042       +8     
  Partials      368      368              
Impacted Files Coverage Δ
internal/ackhandler/ackhandler.go 0.00% <0.00%> (ø)
internal/congestion/cubic_sender.go 80.33% <16.67%> (-6.28%) ⬇️
internal/ackhandler/sent_packet_handler.go 77.75% <100.00%> (+0.06%) ⬆️
session.go 77.15% <100.00%> (+0.04%) ⬆️
internal/utils/rand.go 75.00% <0.00%> (+12.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81d16a9...7feda78. Read the comment docs.

@marten-seemann marten-seemann merged commit f60306c into master Apr 2, 2021
@marten-seemann marten-seemann deleted the fix-cubic-initialization branch April 2, 2021 10:36
@aschmahmann aschmahmann mentioned this pull request May 14, 2021
71 tasks
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.

panic: congestion BUG: decreased max datagram size
2 participants