Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
systems:bbr [2018/01/11 12:26] eServices Greece created |
systems:bbr [2018/03/05 05:28] (current) eServices Greece |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>Centos | + | {{tag>centos |
| ====== Enable BBR ====== | ====== Enable BBR ====== | ||
| Line 10: | Line 10: | ||
| ====== Check if BBR is active ====== | ====== Check if BBR is active ====== | ||
| - | <sxh bash> | + | <sxh bash> |
| + | sysctl net.ipv4.tcp_available_congestion_control | ||
| + | sysctl -n net.ipv4.tcp_congestion_control | ||
| + | lsmod | grep bbr | ||
| + | </ | ||