]> Cypherpunks.ru repositories - govpn.git/blob - doc/noise.texi
d37631051baec950ee8b74edf2b3ed8d10f1a0fa
[govpn.git] / doc / noise.texi
1 @node Noise
2 @section Noise
3
4 So-called noise is used to hide underlying payload packets lengths.
5 Without it GoVPN provides confidentiality and authenticity of messages,
6 but not their timestamps of appearance and sizes.
7
8 You may turn on @code{-noise} option, that forces to fill up all
9 outgoing packets to their maximum (MTU) size. As it can be applied only
10 to outgoing traffic, you should enable it on both sides in most cases.
11
12 Pay attention that this can dramatically increase your traffic! It is
13 turned off by default.