mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-21 15:58:52 -04:00
arm: document resolver-nonbackoff-tries and resolver-retry-interval
(cherry picked from commit 1ea6aadf6f)
This commit is contained in:
parent
09999761ad
commit
9054c1ff33
1 changed files with 20 additions and 0 deletions
|
|
@ -8853,6 +8853,26 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><command>resolver-nonbackoff-tries</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies how many retries occur before exponential
|
||||
backoff kicks in. The default is <userinput>3</userinput>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><command>resolver-retry-interval</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The base retry interval in milliseconds.
|
||||
The default is <userinput>800</userinput>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><command>sig-validity-interval</command></term>
|
||||
<listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue