]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/mtu.texi
Ability to use TUN-interfaces under GNU/Linux
[govpn.git] / doc / mtu.texi
index 9c958cd383533381d4113a5fddab8eba8bb712dd..00aa7e7e94e14d68941021aa08b27a8e7a2b67d7 100644 (file)
@@ -1,11 +1,11 @@
 @node MTU
-@section Maximum Transmission Unit
+@subsection Maximum Transmission Unit
 
 MTU option tells what maximum transmission unit is expected to get from
-TAP interface. It is per-user configuration. If the program gets bigger
-size packet (including the padding byte), then it will ignore that
-packet. If either @ref{Noise, noise}, or @ref{CPR} are enabled, then all
-outgoing packets are filled up to that MTU value.
+TUN/TAP interface. It is per-user configuration. Incoming packets of bigger
+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).