]> Cypherpunks.ru repositories - govpn.git/blob - doc/mtu.texi
Ability to use TUN-interfaces under GNU/Linux
[govpn.git] / doc / mtu.texi
1 @node MTU
2 @subsection Maximum Transmission Unit
3
4 MTU option tells what maximum transmission unit is expected to get from
5 TUN/TAP interface. It is per-user configuration. Incoming packets of bigger
6 sizes (including the padding byte) will be ignored. If either
7 @ref{Noise, noise}, @ref{Encless, encryptionless mode} or @ref{CPR} are
8 enabled, then all outgoing packets are filled up to that MTU value.
9
10 Default MTU equals to 1515 bytes (1500 bytes of Ethernet payload, 15
11 bytes of Ethernet header).