]> Cypherpunks.ru repositories - govpn.git/blob - doc/user.texi
Ability to use TCP as a base transport
[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 @ref{Contacts}.
5
6 GoVPN is split into two pieces: client and server. Each of them work on
7 top of UDP/TCP and TAP virtual network interfaces. GoVPN is just a
8 tunnelling of Ethernet frames, nothing less, nothing more. All you
9 IP-related network management is not touched by VPN at all. You can
10 automate it using up and down shell scripts.
11
12 What network performance can user expect? For example single
13 @emph{Intel i5-2450M 2.5 GHz} core on @emph{FreeBSD 10.2 amd64}
14 with @emph{Go 1.5} gives 435 Mbps TCP throughput.
15
16 @menu
17 * EGD:: Entropy gathering daemon
18 * Identity::
19 * PAKE:: Password Authenticated Key Agreement
20 * Timeout::
21 * Network transport::
22 * MTU:: Maximum Transmission Unit
23 * Stats::
24 * Noise::
25 * CPR:: Constant Packet Rate
26 * Verifier::
27 * Client part::
28 * Server part::
29 * Example usage::
30 @end menu
31
32 @include egd.texi
33 @include identity.texi
34 @include pake.texi
35 @include timeout.texi
36 @include netproto.texi
37 @include mtu.texi
38 @include stats.texi
39 @include noise.texi
40 @include cpr.texi
41 @include verifier.texi
42 @include client.texi
43 @include server.texi
44 @include example.texi