docs: mesh-vpn: recommend better default mtu

This commit is contained in:
Martin Weinelt 2017-08-20 01:57:20 +02:00 committed by Andreas Ziegler
parent 99c405756f
commit 0d1d579196
2 changed files with 2 additions and 2 deletions

View File

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

View File

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