bug13814-reachability-without-exits 408 B

123456789
  1. o Minor bugfixes (Testing networks):
  2. - Allow Tor to build circuits using a consensus with
  3. no exits. If the consensus has no exits (typical of
  4. a bootstrapping test network), allow Tor to build
  5. circuits once enough descriptors have been
  6. downloaded.
  7. This assists in bootstrapping a testing Tor
  8. network.
  9. Fixes bug 13718; bugfix on 0.2.4.10-alpha. Patch by "teor".