Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 kernel}}+{{tag>centos kernel network bbr}}
 ====== Enable BBR ====== ====== Enable BBR ======
  
Line 10: Line 10:
  
 ====== Check if BBR is active ====== ====== Check if BBR is active ======
-<sxh bash>sysctl net.ipv4.tcp_available_congestion_control</sxh>+<sxh bash> 
 +sysctl net.ipv4.tcp_available_congestion_control 
 +sysctl -n net.ipv4.tcp_congestion_control 
 +lsmod | grep bbr 
 +</sxh>