platform_bionic/libc/dns/include
Bernie Innocenti 58d13622a5 Make the resolver retry timeout configurable via __res_params
The primary motivation is speeding up tests for non-responsive
nameservers. It's also base infrastructure for future work to compute
retry timeouts dynamically.

Using default timeouts (RES_TIMEOUT = 5 seconds):
  ResolverTest.GetAddrInfoV6_nonresponsive (45141 ms)

With base_timeout_msec=100:
  ResolverTest.GetAddrInfoV6_nonresponsive (1264 ms)

Test: executed unsubmitted test from aosp/713993
Change-Id: Id902089ca69ca8d28032180ba51e8937262ef490
2018-08-08 15:45:19 +09:00
..
hostent.h Sync with upstream for gethnamaddr.c. 2014-12-17 16:19:27 -08:00
nsswitch.h Remove __LIBC_ABI_PUBLIC__. 2016-07-19 13:56:46 -07:00
resolv_cache.h Add support for deleting per-network DNS resolver caches. 2014-05-14 04:16:18 -07:00
resolv_netid.h Add flags field to struct android_net_context 2018-03-12 16:34:56 +09:00
resolv_params.h Make the resolver retry timeout configurable via __res_params 2018-08-08 15:45:19 +09:00
resolv_private.h Make use of the DNS query hook in the netcontext 2017-05-22 18:37:25 -04:00
resolv_static.h Moved private dns header to their own dir. 2014-03-03 20:40:41 +00:00
resolv_stats.h Add new info functions to resolver for use by Netd. 2016-04-21 10:07:26 +09:00