mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
6 lines
310 B
Plaintext
6 lines
310 B
Plaintext
|
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.
|