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)
Fri, Sep 20, 10:23 PM
Unknown Object (File)
Thu, Aug 29, 6:00 PM
Unknown Object (File)
Thu, Aug 29, 5:59 PM
Unknown Object (File)
Thu, Aug 29, 5:59 PM
Unknown Object (File)
Thu, Aug 29, 5:57 PM
Unknown Object (File)
Aug 23 2024, 5:23 AM
Unknown Object (File)
Aug 23 2024, 5:23 AM
Unknown Object (File)
Aug 20 2024, 7:28 PM

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.