X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=doc%2Ftinc.conf.5.in;h=69deace9cc618f830be918bb0cb9e2f3a78ee019;hb=24e3ec863ec463186501f76961c6d4b1dfe122af;hp=89ef739708a4a2829003efad34f5ade4cbec5ee5;hpb=c83c2d080f21b12db42ef664d7c3272b8b700656;p=tinc diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index 89ef7397..69deace9 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -326,12 +326,20 @@ which normally would prevent the peers from learning each other's LAN address. .Pp Currently, local discovery is implemented by sending broadcast packets to the LAN during path MTU discovery. This feature may not work in all possible situations. +.It Va LocalDiscoveryAddress Li = Ar address +If this variable is specified, local discovery packets are sent to the given +.Ar address . .It Va MACExpire Li = Ar seconds Pq 600 This option controls the amount of time MAC addresses are kept before they are removed. This only has effect when .Va Mode is set to .Qq switch . +.It Va MaxConnectionBurst Li = Ar count Pq 100 +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, +until the burst has passed. .It Va MaxTimeout Li = Ar seconds Pq 900 This is the maximum delay before trying to reconnect to other tinc daemons. .It Va Mode Li = router | switch | hub Pq router