aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-03-19 22:31:14 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-03-19 22:31:14 -0700
commit15618625ed389405aa6afb717721ed6f84452bdd (patch)
tree6a6c1706283ed929d115009e725fcd3322dcc354 /doc/environment_variables.md
parente5230b7f2e758cf46ac26ef4c28baf8dcdce91e8 (diff)
Turn off c_ares resolver by default
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 645ab46ec1..513936d660 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -74,6 +74,6 @@ some configuration as environment variables that can be set.
Declares which DNS resolver to use. The default is ares if gRPC is built with
c-ares support. Otherwise, the value of this environment variable is ignored.
Available DNS resolver include:
- - ares (default) - a DNS resolver based around the c-ares library
- - native - a DNS resolver based around getaddrinfo(), creates a new thread to
+ - native (default)- a DNS resolver based around getaddrinfo(), creates a new thread to
perform name resolution
+ - ares - a DNS resolver based around the c-ares library