Update MaxConnectionBurst values in docs
authorKirill Isakov <bootctl@gmail.com>
Sun, 5 Jun 2022 09:56:01 +0000 (15:56 +0600)
committerKirill Isakov <bootctl@gmail.com>
Sun, 5 Jun 2022 09:56:50 +0000 (15:56 +0600)
doc/tinc.conf.5.in
doc/tinc.texi

index f0e765d..31c0bea 100644 (file)
@@ -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,
index 2e519d1..81283e4 100644 (file)
@@ -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,