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
This commit is contained in:
parent
d8abf4f5b6
commit
1ea6aadf6f
1 changed files with 20 additions and 0 deletions
|
|
@ -8802,6 +8802,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