]> Cypherpunks.ru repositories - govpn.git/blob - doc/mtu.texi
Configure MTU on per-user basis
[govpn.git] / doc / mtu.texi
1 @node MTU
2 @section Maximum Transmission Unit
3
4 MTU option tells what maximum transmission unit is expected to get from
5 TAP interface. It is per-user configuration. If the program gets bigger
6 size packet (including the padding byte), then it will ignore that
7 packet. If either @ref{Noise, noise}, or @ref{CPR} are enabled, then all
8 outgoing packets are filled up to that MTU value.
9
10 Default MTU equals to 1514 bytes (1500 bytes of Ethernet payload, 14
11 bytes of Ethernet header).