diff options
author | Roger Dingledine <arma@torproject.org> | 2010-07-14 13:20:57 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-07-14 13:20:57 -0400 |
commit | c6f579240438f5085418ebb9f1865b789b25eb61 (patch) | |
tree | 4fd795bfcdd97461b7a96f27a9860390571eafde /changes | |
parent | 4fc230b305720efee394ab3632582dd90708944a (diff) | |
download | tor-c6f579240438f5085418ebb9f1865b789b25eb61.tar.gz tor-c6f579240438f5085418ebb9f1865b789b25eb61.zip |
No dirport should mean no hsdir flag (bug 1693)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/1693-withhold-hsdir-if-no-dirport | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/1693-withhold-hsdir-if-no-dirport b/changes/1693-withhold-hsdir-if-no-dirport new file mode 100644 index 0000000000..23027ff152 --- /dev/null +++ b/changes/1693-withhold-hsdir-if-no-dirport @@ -0,0 +1,8 @@ + o Major bugfixes: + - Stop assigning the HSDir flag to relays that disable their + DirPort (and thus will refuse to answer directory requests). This + fix should dramatically improve the reachability of hidden services: + hidden services and hidden service clients pick three HSDir relays + to store and retrieve the hidden service descriptor, and currently + about half of the HSDir relays will refuse to work. Bugfix on + 0.2.0.10-alpha; fixes part of bug 1693. |