From 15618625ed389405aa6afb717721ed6f84452bdd Mon Sep 17 00:00:00 2001 From: Yuchen Zeng Date: Sun, 19 Mar 2017 22:31:14 -0700 Subject: Turn off c_ares resolver by default --- doc/environment_variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/environment_variables.md') 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 -- cgit v1.2.3