From c6f579240438f5085418ebb9f1865b789b25eb61 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 14 Jul 2010 13:20:57 -0400 Subject: No dirport should mean no hsdir flag (bug 1693) --- changes/1693-withhold-hsdir-if-no-dirport | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changes/1693-withhold-hsdir-if-no-dirport (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf