aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/files/sysctl-tcp-bbr.conf
diff options
context:
space:
mode:
authorKeith Wong <keithwky@gmail.com>2018-04-12 11:21:08 +0800
committerJo-Philipp Wich <jo@mein.io>2018-12-18 11:28:12 +0100
commit9afbe27bd01fc3b36179120681c1560be3afffdd (patch)
treed013b2703ce57fbbbc2b902956ef17937a31f64b /package/kernel/linux/files/sysctl-tcp-bbr.conf
parent39420c3eadd826cda9e864fa9f436881ec95f6a8 (diff)
downloadupstream-9afbe27bd01fc3b36179120681c1560be3afffdd.tar.gz
upstream-9afbe27bd01fc3b36179120681c1560be3afffdd.tar.bz2
upstream-9afbe27bd01fc3b36179120681c1560be3afffdd.zip
kernel: add kmod-tcp-bbr
This adds support for BBR (Bottleneck Bandwidth and RTT) TCP congestion control. Applications (e.g. webservers, VPN client/server) which initiate connections from router side can benefit from this. This provide an easier way for users to use BBR by selecting / installing kmod-tcp-bbr instead of altering kernel config and compiling firmware by themselves. Signed-off-by: Keith Wong <keithwky@gmail.com> (backported from 79c233daa4caee1a8af0c7a91e1d4aee96d410e9)
Diffstat (limited to 'package/kernel/linux/files/sysctl-tcp-bbr.conf')
-rw-r--r--package/kernel/linux/files/sysctl-tcp-bbr.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/kernel/linux/files/sysctl-tcp-bbr.conf b/package/kernel/linux/files/sysctl-tcp-bbr.conf
new file mode 100644
index 0000000000..3a7dba2f0b
--- /dev/null
+++ b/package/kernel/linux/files/sysctl-tcp-bbr.conf
@@ -0,0 +1,4 @@
+# Do not edit, changes to this file will be lost on upgrades
+# /etc/sysctl.conf can be used to customize sysctl settings
+
+net.ipv4.tcp_congestion_control=bbr