summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-09-08 21:35:36 +0300
committerGitHub <noreply@github.com>2023-09-08 21:35:36 +0300
commit2a8a76c40c7017782cdfba722b6ac4057d013610 (patch)
treee4778928fa7cb17e001689ae837e70721bea8d63
parent540939473421b84644c58fefc2200735b7e79c99 (diff)
parenta5be6427daa91b0a6bd491838ef1451acb98ec66 (diff)
downloadvyos-1x-2a8a76c40c7017782cdfba722b6ac4057d013610.tar.gz
vyos-1x-2a8a76c40c7017782cdfba722b6ac4057d013610.zip
Merge pull request #2224 from sever-sever/T5489-sag
T5489: Add sysctl TCP congestion control by default to BBR
-rw-r--r--src/etc/sysctl.d/30-vyos-router.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/etc/sysctl.d/30-vyos-router.conf b/src/etc/sysctl.d/30-vyos-router.conf
index f5d84be4b..ad43390bb 100644
--- a/src/etc/sysctl.d/30-vyos-router.conf
+++ b/src/etc/sysctl.d/30-vyos-router.conf
@@ -110,3 +110,7 @@ net.ipv6.neigh.default.gc_thresh3 = 8192
# Enable global RFS (Receive Flow Steering) configuration. RFS is inactive
# until explicitly configured at the interface level
net.core.rps_sock_flow_entries = 32768
+
+# Congestion control
+net.core.default_qdisc=fq
+net.ipv4.tcp_congestion_control=bbr