From 517dc91e4bf0e64d513cfd23dd2e25c303557f2a Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Sun, 5 Jun 2022 15:56:01 +0600 Subject: [PATCH] Update MaxConnectionBurst values in docs --- doc/tinc.conf.5.in | 2 +- doc/tinc.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 2.20.1