mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add reference to +tcp for +ignore
(cherry picked from commit b5951f0411)
This commit is contained in:
parent
6c0577ad81
commit
f8ce443684
2 changed files with 10 additions and 8 deletions
|
|
@ -627,10 +627,11 @@ abbreviation is unambiguous; for example, :option:`+cd` is equivalent to
|
|||
|
||||
.. option:: +tcp, +notcp
|
||||
|
||||
This option indicates whether to use TCP when querying name servers.
|
||||
The default behavior is to use UDP unless a type ``any`` or ``ixfr=N``
|
||||
query is requested, in which case the default is TCP. AXFR queries
|
||||
always use TCP.
|
||||
This option indicates whether to use TCP when querying name
|
||||
servers. The default behavior is to use UDP unless a type ``any``
|
||||
or ``ixfr=N`` query is requested, in which case the default is
|
||||
TCP. AXFR queries always use TCP. To prevent retry over TCP when
|
||||
TC=1 is returned from a UDP query, use ``+ignore``.
|
||||
|
||||
.. option:: +timeout=T
|
||||
|
||||
|
|
|
|||
|
|
@ -726,10 +726,11 @@ This option sets [or does not set] the TC (TrunCation) bit in the query. The def
|
|||
.INDENT 0.0
|
||||
.TP
|
||||
.B +tcp, +notcp
|
||||
This option indicates whether to use TCP when querying name servers.
|
||||
The default behavior is to use UDP unless a type \fBany\fP or \fBixfr=N\fP
|
||||
query is requested, in which case the default is TCP. AXFR queries
|
||||
always use TCP.
|
||||
This option indicates whether to use TCP when querying name
|
||||
servers. The default behavior is to use UDP unless a type \fBany\fP
|
||||
or \fBixfr=N\fP query is requested, in which case the default is
|
||||
TCP. AXFR queries always use TCP. To prevent retry over TCP when
|
||||
TC=1 is returned from a UDP query, use \fB+ignore\fP\&.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Reference in a new issue