From 805fcd7473fcc3f4d9aae04827251edfa40afd74 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 2 Sep 2016 13:29:19 +0300 Subject: [PATCH] [DOC] Default MTU is 1515 for a long time --- doc/mtu.texi | 2 +- doc/server.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mtu.texi b/doc/mtu.texi index 29930b6..c11cef9 100644 --- a/doc/mtu.texi +++ b/doc/mtu.texi @@ -7,5 +7,5 @@ sizes (including the padding byte) will be ignored. If either @ref{Noise, noise}, @ref{Encless, encryptionless mode} or @ref{CPR} are enabled, then all outgoing packets are filled up to that MTU value. -Default MTU equals to 1514 bytes (1500 bytes of Ethernet payload, 14 +Default MTU equals to 1515 bytes (1500 bytes of Ethernet payload, 15 bytes of Ethernet header). diff --git a/doc/server.texi b/doc/server.texi index 11e854e..0d44b79 100644 --- a/doc/server.texi +++ b/doc/server.texi @@ -26,7 +26,7 @@ Configuration file is YAML file with following example structure: @verbatim stargrave: <-- Peer human readable name iface: tap10 <-- OPTIONAL TAP interface name - mtu: 1514 <-- OPTIONAL overriden MTU + mtu: 1515 <-- OPTIONAL overriden MTU up: ./stargrave-up.sh <-- OPTIONAL up-script down: ./stargrave-down.sh <-- OPTIONAL down-script timeout: 60 <-- OPTIONAL overriden timeout -- 2.44.0