Page MenuHomeFreeBSD

tcp: better congestion control defaults
ClosedPublic

Authored by imp on Nov 12 2021, 5:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 6:43 PM
Unknown Object (File)
Thu, Apr 11, 1:28 PM
Unknown Object (File)
Jan 13 2024, 11:41 AM
Unknown Object (File)
Dec 20 2023, 5:51 AM
Unknown Object (File)
Dec 17 2023, 6:30 AM
Unknown Object (File)
Dec 12 2023, 7:49 AM
Unknown Object (File)
Nov 28 2023, 7:09 PM
Unknown Object (File)
Nov 24 2023, 9:55 AM

Details

Summary

Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config
files. It's the default congestion control algorithm. Add code to cc.c
so that CC_DEFAULT is "newreno" if it's not overriden in the config
file.

Sponsored by: Netflix

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42756
Build 39644: arc lint + arc unit

Event Timeline

imp requested review of this revision.Nov 12 2021, 5:08 PM

It might pay to switch to options<space><tab>CC_NEWRENO while here to make its style consistent with the other options.

jhb added a subscriber: jhb.

+1 to using the normal style (options<space><tab>)

Thanks, looks saner that way.
Same comment than Andrew and John though :)

This revision is now accepted and ready to land.Nov 12 2021, 6:38 PM
This revision was automatically updated to reflect the committed changes.