diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-01-17 13:39:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-06 16:24:08 -0500 |
commit | dffac251f1ac666f7e7855cfb800b8ed012ec359 (patch) | |
tree | 14b6c98334bfc88af9f34eda3539ea6c0c322504 /changes | |
parent | 35115496511f64c08849a039c926910739467169 (diff) | |
download | tor-dffac251f1ac666f7e7855cfb800b8ed012ec359.tar tor-dffac251f1ac666f7e7855cfb800b8ed012ec359.tar.gz |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10543 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug10543 b/changes/bug10543 new file mode 100644 index 000000000..60445063c --- /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. + |