mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
7e3c9ec906
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
Fixes: b8d60729de
("tcp: Congestion control cleanup.")
Revired by: manu, hselasky, jhb, glebius, tuexen
Differential Revision: https://reviews.freebsd.org/D32964
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
#
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/arm
|
|
#
|
|
# $FreeBSD$
|
|
|
|
device mem
|
|
|
|
# Default congestion control algorithm
|
|
options CC_NEWRENO # include newreno congestion control
|
|
|