freebsd-dev/sys/i386/conf/DEFAULTS
Warner Losh 7e3c9ec906 tcp: better congestion control defaults
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
2021-11-12 12:16:11 -07:00

32 lines
576 B
Plaintext

#
# DEFAULTS -- Default kernel configuration file for FreeBSD/i386
#
# $FreeBSD$
machine i386
# Bus support.
device isa
options ISAPNP
# Pseudo devices.
device mem # Memory and kernel memory devices
device io # I/O device
# UART chips on this platform
device uart_ns8250
# Default partitioning schemes
options GEOM_PART_BSD
options GEOM_PART_EBR
options GEOM_PART_MBR
options GEOM_PART_GPT
# Default congestion control algorithm
options CC_NEWRENO # include newreno congestion control
# enable support for native hardware
device atpic
options NEW_PCIB