]> Cypherpunks.ru repositories - govpn.git/blob - doc/user.texi
Ability to generate Constant Packet Rate traffic
[govpn.git] / doc / user.texi
1 @node User manual
2 @unnumbered User manual
3
4 Announcements about updates and new releases can be found in
5 @ref{Reporting bugs}.
6
7 GoVPN is split into two pieces: client and server. Each of them work on
8 top of UDP and TAP virtual network interfaces. GoVPN is just a
9 tunnelling of Ethernet frames, nothing less, nothing more. All you
10 IP-level network management is not touched by VPN at all. You can
11 automate it using up and down shell scripts.
12
13 @menu
14 * Timeout::
15 * Nonce difference::
16 * MTU::
17 * Client part::
18 * Server part::
19 * Stats::
20 * Noise::
21 * CPR::
22 * Example usage::
23 @end menu
24
25 @include timeout.texi
26
27 @include noncediff.texi
28
29 @include mtu.texi
30
31 @include client.texi
32
33 @include server.texi
34
35 @include stats.texi
36
37 @include noise.texi
38
39 @include cpr.texi
40
41 @include example.texi