Browse Source

docs: mesh-vpn: recommend better default mtu

Martin Weinelt 6 years ago
parent
commit
0d1d579196
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

@@ -100,7 +100,7 @@
 
   mesh_vpn = {
     -- enabled = true,
-    mtu = 1280,
+    mtu = 1312,
 
     fastd = {
       -- Refer to http://fastd.readthedocs.org/en/latest/ to better understand

+ 1 - 1
docs/user/site.rst

@@ -223,7 +223,7 @@ mesh_vpn
 
       mesh_vpn = {
         -- enabled = true,
-        mtu = 1280,
+        mtu = 1312,
 
         fastd = {
           methods = {'salsa2012+umac'},