]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Force Enable TCP MTU probing @ UCL
[chef.git] / roles / ucl.rb
index 27064ea2359a8a42a83c83705ae899c20a1b3777..eb3dfd1cd10034b74db6d419192cb1aa64f27c09 100644 (file)
@@ -19,6 +19,15 @@ default_attributes(
         }
       }
     }
+  },
+  :sysctl => {
+    :blackhole => {
+      :comment => "Force TCP level MTU probing because of known ICMP blackhole at UCL",
+      :parameters => {
+        "net.ipv4.tcp_mtu_probing" => "2",
+        "net.ipv4.tcp_base_mss" => "1024"
+      }
+    }
   }
 )