X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fuser.texi;h=34a93c34c7caa8e981eefe63693ba0add283218d;hb=672458a3b692635616c23f92659a4254f188b75d;hp=dfe9534b5fe68c0f4efe7ab98f9a85fa6a2ad79e;hpb=8d09a156e94b79f55d1ef37d2e6d2572e5bf6e58;p=govpn.git diff --git a/doc/user.texi b/doc/user.texi index dfe9534..34a93c3 100644 --- a/doc/user.texi +++ b/doc/user.texi @@ -1,35 +1,27 @@ -@node User manual +@node User @unnumbered User manual Announcements about updates and new releases can be found in -@ref{Reporting bugs}. +@ref{Contacts, contacts}. -GoVPN is split into two pieces: client and server. Each of them work on -top of UDP and TAP virtual network interfaces. GoVPN is just a -tunnelling of Ethernet frames, nothing less, nothing more. All you -IP-level network management is not touched by VPN at all. You can -automate it using up and down shell scripts. +GoVPN is split into two pieces: @ref{Client} and @ref{Server}. Each of +them work on top of @ref{Network, UDP/TCP} and TUN/TAP virtual network +interfaces. GoVPN is just a tunnelling of Ethernet frames, nothing less, +nothing more. All you IP-related network management is not touched by +VPN at all. You can automate it using up and down shell scripts. + +What network performance can user expect? For example single +@emph{Intel i5-2450M 2.5 GHz} core on @emph{FreeBSD 10.2 amd64} +with @emph{Go 1.5.1} gives 786 Mbps (UDP transport) throughput. @menu -* Timeout:: -* Nonce difference:: -* MTU:: -* Client part:: -* Server part:: -* Stats:: -* Example usage:: +* Glossary:: +* Client part: Client. +* Server part: Server. +* Example usage: Example. @end menu -@include timeout.texi - -@include noncediff.texi - -@include mtu.texi - +@include glossary.texi @include client.texi - @include server.texi - -@include stats.texi - @include example.texi