This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new a3e7068 Update docs for some DNS config settings (#6969)
a3e7068 is described below
commit a3e70682c86541116f894b1e6c13841ebb3f088e
Author: Sudheer Vinukonda <[email protected]>
AuthorDate: Wed Jul 1 16:17:55 2020 -0700
Update docs for some DNS config settings (#6969)
(cherry picked from commit e5fcd1d415a96627917d03da47b86118751df7a5)
---
doc/admin-guide/files/records.config.en.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/doc/admin-guide/files/records.config.en.rst
b/doc/admin-guide/files/records.config.en.rst
index 217a362..6b87563 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -2527,6 +2527,18 @@ DNS
``2`` TCP_ONLY: |TS| always talks to nameservers over TCP.
===== ======================================================================
+.. ts:cv:: CONFIG proxy.config.dns.max_dns_in_flight INT 2048
+
+ Maximum inflight DNS queries made by |TS| at any given instant
+
+.. ts:cv:: CONFIG proxy.config.dns.lookup_timeout INT 20
+
+ Time to wait for a DNS response in seconds.
+
+.. ts:cv:: CONFIG proxy.config.dns.retries INT 5
+
+ Maximum number of retries made by |TS| on a given DNS query
+
HostDB
======