Skip to content
Snippets Groups Projects
Commit 0d1d5791 authored by Martin Weinelt's avatar Martin Weinelt Committed by Andreas Ziegler
Browse files

docs: mesh-vpn: recommend better default mtu

parent 99c40575
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
mesh_vpn = { mesh_vpn = {
-- enabled = true, -- enabled = true,
mtu = 1280, mtu = 1312,
fastd = { fastd = {
-- Refer to http://fastd.readthedocs.org/en/latest/ to better understand -- Refer to http://fastd.readthedocs.org/en/latest/ to better understand
......
...@@ -223,7 +223,7 @@ mesh_vpn ...@@ -223,7 +223,7 @@ mesh_vpn
mesh_vpn = { mesh_vpn = {
-- enabled = true, -- enabled = true,
mtu = 1280, mtu = 1312,
fastd = { fastd = {
methods = {'salsa2012+umac'}, methods = {'salsa2012+umac'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment