X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=81283e4a7cac4d73b420e116cdf91dd7d0240524;hb=refs%2Fheads%2F1.1;hp=ed9f3aec9d7a61eb8b266376f29ab0c924529261;hpb=4c704a92f4fd9c162995b69ab063f6fa59c20c26;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index ed9f3aec..81283e4a 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -571,7 +571,7 @@ The documentation that comes along with your distribution will tell you how to d @menu * Darwin (MacOS/X) build environment:: -* MinGW (Windows) build environment:: +* Windows build environment:: @end menu @@ -586,14 +586,16 @@ You need to download and install LibreSSL (or OpenSSL) and LZO, either directly from their websites (see @ref{Libraries}) or using Fink. @c ================================================================== -@node MinGW (Windows) build environment -@subsection MinGW (Windows) build environment +@node Windows build environment +@subsection Windows build environment + +You will need to install either the native Windows SDK from @uref{https://visualstudio.com}, +or the MinGW environment from @uref{https://msys2.org}. -You will need to install the MinGW environment from @uref{http://www.mingw.org}. You also need to download and install LibreSSL (or OpenSSL) and LZO. -When tinc is compiled using MinGW it runs natively under Windows, -it is not necessary to keep MinGW installed. +Whether tinc is compiled using MinGW or the native SDK, it runs natively under Windows, +so it is not necessary to keep either SDK to run the compiled binaries. When detaching, tinc will install itself as a service, which will be restarted automatically after reboots. @@ -1151,7 +1153,7 @@ This option controls the amount of time MAC addresses are kept before they are r This only has effect when Mode is set to @samp{switch}. @cindex MaxConnectionBurst -@item MaxConnectionBurst = <@var{count}> (100) +@item MaxConnectionBurst = <@var{count}> (10) This option controls how many connections tinc accepts in quick succession. If there are more connections than the given number in a short time interval, tinc will reduce the number of accepted connections to only one per second,