From 0035aa2989fcf0bb3f8f2049df9a91f4049f864a Mon Sep 17 00:00:00 2001
From: Ruben Barkow <rubo77@users.noreply.github.com>
Date: Sat, 12 Sep 2015 17:31:26 +0200
Subject: [PATCH] docs: Suggest MTU 1280 to circumvent Kabel Deutschland
 problems

---
 docs/site-example/site.conf | 2 +-
 docs/user/site.rst          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/site-example/site.conf b/docs/site-example/site.conf
index 1580d9014..cab80f96c 100644
--- a/docs/site-example/site.conf
+++ b/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.
diff --git a/docs/user/site.rst b/docs/user/site.rst
index 055d43baf..9b4020453 100644
--- a/docs/user/site.rst
+++ b/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 = 2,
-- 
GitLab