OpenWrt 18.06.0 + TCP BBR

@vstokesjr
BBR is available in snapshots, you can install via:
opkg update ; opkg install kmod-tcp-bbr

then edit /etc/sysctl.conf, and add the following:

net.core.default_qdisc=fq_codel
net.ipv4.tcp_congestion_control=bbr
2 Likes