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
Differential D32964
tcp: better congestion control defaults imp on Nov 12 2021, 5:08 PM. Authored by Tags None Referenced Files
Details
Define CC_NEWRENO in all the appropriate DEFAULTS and std.* config Sponsored by: Netflix
Diff Detail
Event TimelineComment Actions It might pay to switch to options<space><tab>CC_NEWRENO while here to make its style consistent with the other options. |