1
0
Files
cheatsheet-site/content/vm/bbr.md
yuudi 728a3db957
Some checks failed
Build / build (push) Has been cancelled
init
2025-08-12 18:37:54 -06:00

10 lines
261 B
Markdown

+++
date = '2025-08-10T12:11:46Z'
title = 'BBR'
+++
<shell-commands-builder-component
command='echo "net.core.default_qdisc=fq" >>/etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >>/etc/sysctl.conf
sysctl -p'>
</shell-commands-builder-component>