diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-28 16:02:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-28 16:02:04 -0400 |
commit | 48632455a5bd679d5f97c5137f24f91e564abad6 (patch) | |
tree | e723bcde6858825b41c7dfc2b8def8e05779c9c7 /src/feature/dircache | |
parent | b1d32a92239ae1727e22b592ac1908b616ba869a (diff) | |
parent | 8f13c3d3ed842d8db13bcf9ca6393dbe8e5781e3 (diff) | |
download | tor-48632455a5bd679d5f97c5137f24f91e564abad6.tar.gz tor-48632455a5bd679d5f97c5137f24f91e564abad6.zip |
Merge branch 'bug26367_035_01'
Diffstat (limited to 'src/feature/dircache')
-rw-r--r-- | src/feature/dircache/directory.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/feature/dircache/directory.c b/src/feature/dircache/directory.c index 888a7c1939..de0bcdbfa7 100644 --- a/src/feature/dircache/directory.c +++ b/src/feature/dircache/directory.c @@ -803,10 +803,8 @@ directory_choose_address_routerstatus(const routerstatus_t *status, * allowed by the firewall. * * (When Tor uploads and downloads a hidden service descriptor, it uses - * DIRIND_ANONYMOUS, except for Tor2Web, which uses DIRIND_ONEHOP. - * So this code will only modify the address for Tor2Web's HS descriptor - * fetches. Even Single Onion Servers (NYI) use DIRIND_ANONYMOUS, to avoid - * HSDirs denying service by rejecting descriptors.) + * DIRIND_ANONYMOUS. Even Single Onion Servers (NYI) use DIRIND_ANONYMOUS, + * to avoid HSDirs denying service by rejecting descriptors.) */ /* Initialise the OR / Dir addresses */ |