mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
regen master
This commit is contained in:
parent
ecfedec0e0
commit
a179cbdf65
7 changed files with 41 additions and 1 deletions
|
|
@ -254,6 +254,7 @@ options {
|
|||
tkey\-gssapi\-credential \fIquoted_string\fR;
|
||||
tkey\-gssapi\-keytab \fIquoted_string\fR;
|
||||
tkey\-domain \fIquoted_string\fR;
|
||||
transfer\-message\-size \fIinteger\fR;
|
||||
transfers\-per\-ns \fIinteger\fR;
|
||||
transfers\-in \fIinteger\fR;
|
||||
transfers\-out \fIinteger\fR;
|
||||
|
|
|
|||
|
|
@ -197,6 +197,7 @@ options
|
|||
tkey-gssapi-credential <em class="replaceable"><code>quoted_string</code></em>;<br>
|
||||
tkey-gssapi-keytab <em class="replaceable"><code>quoted_string</code></em>;<br>
|
||||
tkey-domain <em class="replaceable"><code>quoted_string</code></em>;<br>
|
||||
transfer-message-size <em class="replaceable"><code>integer</code></em>;<br>
|
||||
transfers-per-ns <em class="replaceable"><code>integer</code></em>;<br>
|
||||
transfers-in <em class="replaceable"><code>integer</code></em>;<br>
|
||||
transfers-out <em class="replaceable"><code>integer</code></em>;<br>
|
||||
|
|
|
|||
|
|
@ -2419,6 +2419,7 @@ badresp:1,adberr:0,findfail:0,valfail:0]
|
|||
[<span class="optional"> serial-queries <em class="replaceable"><code>number</code></em>; </span>]
|
||||
[<span class="optional"> tcp-listen-queue <em class="replaceable"><code>number</code></em>; </span>]
|
||||
[<span class="optional"> transfer-format <em class="replaceable"><code>( one-answer | many-answers )</code></em>; </span>]
|
||||
[<span class="optional"> transfer-message-size <em class="replaceable"><code>number</code></em>; </span>]
|
||||
[<span class="optional"> transfers-in <em class="replaceable"><code>number</code></em>; </span>]
|
||||
[<span class="optional"> transfers-out <em class="replaceable"><code>number</code></em>; </span>]
|
||||
[<span class="optional"> transfers-per-ns <em class="replaceable"><code>number</code></em>; </span>]
|
||||
|
|
@ -5165,6 +5166,34 @@ avoid-v6-udp-ports {};
|
|||
per-server basis by using the <span class="command"><strong>server</strong></span>
|
||||
statement.
|
||||
</p></dd>
|
||||
<dt><span class="term"><span class="command"><strong>transfer-message-size</strong></span></span></dt>
|
||||
<dd>
|
||||
<p>
|
||||
This is an upper bound on the uncompressed size of DNS
|
||||
messages used in zone transfers over TCP. If a message
|
||||
grows larger than this size, additional messages will be
|
||||
used to complete the zone transfer. (Note, however,
|
||||
that this is a hint, not a hard limit; if a message
|
||||
contains a single resource record whose RDATA does not
|
||||
fit within the size limit, a larger message will be
|
||||
permitted so the record can be transferred.)
|
||||
</p>
|
||||
<p>
|
||||
Valid values are between 512 and 65535 octets, and any
|
||||
values outside that range will be adjusted to the nearest
|
||||
value within it. The default is <code class="literal">20480</code>,
|
||||
which was selected to improve message compression:
|
||||
most DNS messages of this size will compress to less
|
||||
than 16536 bytes. Larger messages cannot be compressed
|
||||
as effectively, because 16536 is the largest permissible
|
||||
compression offset pointer in a DNS message.
|
||||
</p>
|
||||
<p>
|
||||
This option is mainly intended for server testing;
|
||||
there is rarely any benefit in setting a value other
|
||||
than the default.
|
||||
</p>
|
||||
</dd>
|
||||
<dt><span class="term"><span class="command"><strong>transfers-in</strong></span></span></dt>
|
||||
<dd><p>
|
||||
The maximum number of inbound zone transfers
|
||||
|
|
|
|||
|
|
@ -639,6 +639,10 @@
|
|||
for the number of UDP listeners has been changed to the number
|
||||
of detected processors minus one.
|
||||
</p></li>
|
||||
<li class="listitem"><p>
|
||||
Zone transfers now use smaller message sizes to improve
|
||||
message compression. This results in reduced network usage.
|
||||
</p></li>
|
||||
</ul></div>
|
||||
</div>
|
||||
<div class="section">
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@ options
|
|||
tkey-gssapi-credential <em class="replaceable"><code>quoted_string</code></em>;<br>
|
||||
tkey-gssapi-keytab <em class="replaceable"><code>quoted_string</code></em>;<br>
|
||||
tkey-domain <em class="replaceable"><code>quoted_string</code></em>;<br>
|
||||
transfer-message-size <em class="replaceable"><code>integer</code></em>;<br>
|
||||
transfers-per-ns <em class="replaceable"><code>integer</code></em>;<br>
|
||||
transfers-in <em class="replaceable"><code>integer</code></em>;<br>
|
||||
transfers-out <em class="replaceable"><code>integer</code></em>;<br>
|
||||
|
|
|
|||
|
|
@ -600,6 +600,10 @@
|
|||
for the number of UDP listeners has been changed to the number
|
||||
of detected processors minus one.
|
||||
</p></li>
|
||||
<li class="listitem"><p>
|
||||
Zone transfers now use smaller message sizes to improve
|
||||
message compression. This results in reduced network usage.
|
||||
</p></li>
|
||||
</ul></div>
|
||||
</div>
|
||||
<div class="section">
|
||||
|
|
|
|||
|
|
@ -307,11 +307,11 @@ options {
|
|||
tkey-gssapi-keytab <quoted_string>;
|
||||
topology { <address_match_element>; ... }; // not implemented
|
||||
transfer-format ( many-answers | one-answer );
|
||||
transfer-message-size <integer>;
|
||||
transfer-source ( <ipv4_address> | * ) [ port ( <integer> | * ) ] [
|
||||
dscp <integer> ];
|
||||
transfer-source-v6 ( <ipv6_address> | * ) [ port ( <integer> | * )
|
||||
] [ dscp <integer> ];
|
||||
transfer-message-size <integer>;
|
||||
transfers-in <integer>;
|
||||
transfers-out <integer>;
|
||||
transfers-per-ns <integer>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue