Browse Source

Merge pull request #493 from rubo77/patch-4

docs: Suggest MTU 1280 to circumvent Kabel Deutschland problems
Jan-Philipp Litza 8 years ago
parent
commit
d3063ed2e1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/site-example/site.conf
  2. 1 1
      docs/user/site.rst

+ 1 - 1
docs/site-example/site.conf

@@ -90,7 +90,7 @@
     -- enabled = true,
     -- configurable = true,
 
-    mtu = 1426,
+    mtu = 1280,
     groups = {
       backbone = {
         -- Limit number of connected peers to reduce bandwidth.

+ 1 - 1
docs/user/site.rst

@@ -138,7 +138,7 @@ fastd_mesh_vpn
         methods = {'salsa2012+umac'},
 	-- enabled = true,
 	-- configurable = true,
-        mtu = 1426,
+        mtu = 1280,
         groups = {
           backbone = {
             limit = 1,