]> Cypherpunks.ru repositories - govpn.git/blob - doc/noise.texi
Fix docstring splitted lines
[govpn.git] / doc / noise.texi
1 @node Noise
2 @subsection Noise
3
4 So-called noise is used to hide underlying payload packets length.
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 @option{-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 @strong{increase} your traffic!
13 It is turned off by default.