]> Cypherpunks.ru repositories - govpn.git/commitdiff
[DOC] Default MTU is 1515 for a long time
authorSergey Matveev <stargrave@stargrave.org>
Fri, 2 Sep 2016 10:29:19 +0000 (13:29 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 2 Sep 2016 10:29:19 +0000 (13:29 +0300)
doc/mtu.texi
doc/server.texi

index 29930b641063de86616d4589872a73a5240a5528..c11cef916020f2df315a579778fe128320f018a8 100644 (file)
@@ -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).
index 11e854ef6a8ad71f221c055919c03a0dc10c146c..0d44b798d14fd5e4c9731cdcd4be5d8db10461b6 100644 (file)
@@ -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