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

remove the SSLR (slow start large reduction) experiment #2680

Merged
merged 1 commit into from
Jul 23, 2020

Conversation

marten-seemann
Copy link
Member

We apparently copied that code over from Chromium's Cubic implementation, but we certainly don't need it.

@codecov
Copy link

codecov bot commented Jul 22, 2020

Codecov Report

Merging #2680 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2680      +/-   ##
==========================================
- Coverage   86.74%   86.67%   -0.07%     
==========================================
  Files         124      124              
  Lines        9897     9895       -2     
==========================================
- Hits         8585     8576       -9     
- Misses        978      983       +5     
- Partials      334      336       +2     
Impacted Files Coverage Δ
internal/congestion/cubic_sender.go 85.71% <ø> (-5.40%) ⬇️

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 4e4c71c...c0eda91. Read the comment docs.


// SetSlowStartLargeReduction allows enabling the SSLR experiment
func (c *cubicSender) SetSlowStartLargeReduction(enabled bool) {
c.slowStartLargeReduction = enabled
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably remove the member & other references then?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh nice, that removes another 10 LOC or so.

@marten-seemann marten-seemann force-pushed the remove-sslr-experiment branch 2 times, most recently from c0eda91 to c744525 Compare July 22, 2020 15:17
We apparently copied that code over from Chromium's Cubic
implementation, but we certainly don't need it.
@marten-seemann marten-seemann merged commit df2998d into master Jul 23, 2020
@marten-seemann marten-seemann deleted the remove-sslr-experiment branch July 24, 2020 03:58
@aschmahmann aschmahmann mentioned this pull request Sep 22, 2020
72 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.

2 participants