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)
Wed, Jun 26, 12:14 AM
Unknown Object (File)
Fri, Jun 21, 2:06 AM
Unknown Object (File)
Fri, Jun 21, 1:48 AM
Unknown Object (File)
Thu, Jun 20, 4:12 AM
Unknown Object (File)
Wed, Jun 19, 7:45 PM
Unknown Object (File)
Sun, Jun 16, 3:07 AM
Unknown Object (File)
May 21 2024, 5:20 PM
Unknown Object (File)
May 20 2024, 6:37 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.