commit | cc93c371bd33eae40d52928ea3776529ad39ff3c | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Mon Aug 06 15:18:59 2018 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Thu Aug 09 18:11:13 2018 +0900 |
tree | da90eb867940e738b2e9f951a8e305aa41e68522 | |
parent | 5b39c27d4a142d345a5dcd2c035d9ee1f0970b5a [diff] |
Make resolver timeout configurable via setResolverConfiguration() This is infrastructure for tests simulating unresponsive nameservers. With the default timeout of 5 seconds, with 4 retries per lookup, makes this sort of tests impractical. Change-Id: I2a2315507a4725744de6caa46121d83af13b59d1 Test: netd_unit_test --gtest_filter='ResolverTest.*'