From dffac251f1ac666f7e7855cfb800b8ed012ec359 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 17 Jan 2014 13:39:04 -0500 Subject: Make the handling for usable-exit counting handle ExitNodes better It's possible to set your ExitNodes to contains only exits that don't have the Exit flag. If you do that, we'll decide that 0 of your exits are working. Instead, in that case we should look at nodes which have (or which might have) exit policies that don't reject everything. Fix for bug 10543; bugfix on 0.2.4.10-alpha. --- changes/bug10543 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug10543 (limited to 'changes') diff --git a/changes/bug10543 b/changes/bug10543 new file mode 100644 index 0000000000..60445063cf --- /dev/null +++ b/changes/bug10543 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - If all nodes with the Exit flag have been disabled with the ExitNodes + flag, consider nodes which can exit to other ports as well. Fixes bug + 10543; bugfix on 0.2.4.10-alpha. + -- cgit v1.2.3-54-g00ecf