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