]> git.openstreetmap.org Git - chef.git/commitdiff
Switch back to CUBIC for congestion control
authorTom Hughes <tom@compton.nu>
Thu, 20 Feb 2020 11:10:47 +0000 (11:10 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 20 Feb 2020 11:10:47 +0000 (11:10 +0000)
roles/base.rb

index f7a5332510478fd3a2625ebbbec22f801e3dc1cd..23b5e4e1a869fe42b3bbe2be3dd324415a42f9e8 100644 (file)
@@ -66,10 +66,10 @@ default_attributes(
       }
     },
     :default_qdisc => {
-      :comment => "Use fq as the default queuing discipline and bbr for congestion control",
+      :comment => "Use fq as the default queuing discipline and cubic for congestion control",
       :parameters => {
         "net.core.default_qdisc" => "fq",
-        "net.ipv4.tcp_congestion_control" => "bbr"
+        "net.ipv4.tcp_congestion_control" => "cubic"
       }
     },
     :tune_cpu_scheduler => {