From: Sergey Matveev Date: Fri, 2 Sep 2016 10:29:19 +0000 (+0300) Subject: [DOC] Default MTU is 1515 for a long time X-Git-Tag: 6.0^2~7 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=805fcd7473fcc3f4d9aae04827251edfa40afd74 [DOC] Default MTU is 1515 for a long time --- 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