aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-11-12 17:05:03 +0000
committerWarner Losh <imp@FreeBSD.org>2021-11-12 19:16:11 +0000
commit7e3c9ec906c0710e34fa5b11104ee1c12f68a09f (patch)
tree719aa02bfa606bff6ecf13f98b53ddd86fe14da7 /sys/arm/conf
parentae062ff2695f61e43e23e144db62cb251b2cf599 (diff)
downloadsrc-7e3c9ec906c0710e34fa5b11104ee1c12f68a09f.tar.gz
src-7e3c9ec906c0710e34fa5b11104ee1c12f68a09f.zip
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: b8d60729deef ("tcp: Congestion control cleanup.") Revired by: manu, hselasky, jhb, glebius, tuexen Differential Revision: https://reviews.freebsd.org/D32964
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/DEFAULTS3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/conf/DEFAULTS b/sys/arm/conf/DEFAULTS
index 6755185f54d5..2e145585c7e8 100644
--- a/sys/arm/conf/DEFAULTS
+++ b/sys/arm/conf/DEFAULTS
@@ -5,3 +5,6 @@
device mem
+# Default congestion control algorithm
+options CC_NEWRENO # include newreno congestion control
+