mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
arm: document resolver-nonbackoff-tries and resolver-retry-interval
(cherry picked from commit 1ea6aadf6f)
This commit is contained in:
parent
3e18044457
commit
bedefad22d
1 changed files with 20 additions and 0 deletions
|
|
@ -8952,6 +8952,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