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