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
committerHauke Mehrtens <hauke@hauke-m.de>2018-08-25 15:40:24 +0200
commit79c233daa4caee1a8af0c7a91e1d4aee96d410e9 (patch)
tree603f94b2762874b427be9cfa13ddd58120c6a2eb /package/kernel/linux/files/sysctl-tcp-bbr.conf
parente341f45913beac28e5574d470ed79e4b6f9ee255 (diff)
downloadupstream-79c233daa4caee1a8af0c7a91e1d4aee96d410e9.tar.gz
upstream-79c233daa4caee1a8af0c7a91e1d4aee96d410e9.tar.bz2
upstream-79c233daa4caee1a8af0c7a91e1d4aee96d410e9.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>
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