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