]> Cypherpunks.ru repositories - govpn.git/blob - doc/user.texi
[DOC] Add various concept indexes
[govpn.git] / doc / user.texi
1 @node User
2 @cindex User
3 @cindex User manual
4 @unnumbered User manual
5
6 Announcements about updates and new releases can be found in
7 @ref{Contacts, contacts}.
8
9 GoVPN is split into two pieces: @ref{Client} and @ref{Server}. Each of
10 them work on top of @ref{Network, UDP/TCP} and TAP virtual network
11 interfaces. GoVPN is just a tunnelling of Ethernet frames, nothing less,
12 nothing more. All you IP-related network management is not touched by
13 VPN at all. You can automate it using up and down shell scripts.
14
15 @cindex Performance
16 What network performance can user expect? For example single
17 @emph{Intel i5-2450M 2.5 GHz} core on @emph{FreeBSD 10.2 amd64}
18 with @emph{Go 1.5.1} gives 786 Mbps (UDP transport) throughput.
19
20 @menu
21 * Glossary::
22 * Client part: Client.
23 * Server part: Server.
24 * Example usage: Example.
25 @end menu
26
27 @include glossary.texi
28 @include client.texi
29 @include server.texi
30 @include example.texi