Merge remote-tracking branch 'tor-github/pr/1393' into maint-0.4.2

This commit is contained in:
Nick Mathewson
2019-10-14 15:55:13 -04:00
10 changed files with 155 additions and 20 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (testing):
- When running tests that attempt to look up hostname, replace the libc
name lookup functions with ones that do not actually touch the network.
This way, the tests complete more quickly in the presence of a slow or
missing DNS resolver. Closes ticket 31841.