]> git.ipfire.org Git - thirdparty/tor.git/commit
Make the handling for usable-exit counting handle ExitNodes better
authorNick Mathewson <nickm@torproject.org>
Fri, 17 Jan 2014 18:39:04 +0000 (13:39 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Feb 2014 21:24:08 +0000 (16:24 -0500)
commitdffac251f1ac666f7e7855cfb800b8ed012ec359
tree14b6c98334bfc88af9f34eda3539ea6c0c322504
parent35115496511f64c08849a039c926910739467169
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 [new file with mode: 0644]
src/or/nodelist.c