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 79c233daa4)
This commit is contained in:
committed by
Jo-Philipp Wich
parent
39420c3ead
commit
9afbe27bd0
5
package/kernel/linux/files/sysctl-tcp-bbr-k4_9.conf
Normal file
5
package/kernel/linux/files/sysctl-tcp-bbr-k4_9.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
net.core.default_qdisc=fq
|
||||
4
package/kernel/linux/files/sysctl-tcp-bbr.conf
Normal file
4
package/kernel/linux/files/sysctl-tcp-bbr.conf
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user