mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
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
14 lines
260 B
Text
14 lines
260 B
Text
#
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/mips
|
|
#
|
|
# $FreeBSD$
|
|
|
|
device mem
|
|
|
|
device uart_ns8250
|
|
|
|
options GEOM_PART_BSD
|
|
options GEOM_PART_MBR
|
|
|
|
# Default congestion control algorithm
|
|
options CC_NEWRENO # include newreno congestion control
|