From: Kirill Isakov Date: Sun, 5 Jun 2022 09:56:01 +0000 (+0600) Subject: Update MaxConnectionBurst values in docs X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=517dc91e4bf0e64d513cfd23dd2e25c303557f2a Update MaxConnectionBurst values in docs --- diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index f0e765dc..31c0bea8 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -384,7 +384,7 @@ This only has effect when .Va Mode is set to .Qq switch . -.It Va MaxConnectionBurst Li = Ar count Pq 100 +.It Va MaxConnectionBurst Li = Ar count Pq 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, diff --git a/doc/tinc.texi b/doc/tinc.texi index 2e519d1c..81283e4a 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1153,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,