Skip to content
  • Nick Mathewson's avatar
    Make the handling for usable-exit counting handle ExitNodes better · dffac251
    Nick Mathewson authored
    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.
    dffac251