We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Some features of the Zap Kernel can be enabled by modifying configurations within the operating system.
BBRv2 is the next version of the BBR TCP congestion control.
Enable:
sudo modprobe tcp_bbr2 sudo sh -c "echo 'tcp_bbr2' >> /etc/modules" sudo sh -c "echo 'net.core.default_qdisc=fq' >> /etc/sysctl.conf" sudo sh -c "echo 'net.ipv4.tcp_congestion_control=bbr2' >> /etc/sysctl.conf" sudo sysctl -p