bug13814-reachability-without-exits 618 B

123456789101112131415
  1. o Minor bugfixes:
  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. When there are no exits, we always have "enough"
  8. exit descriptors. (We treat the proportion of
  9. available exit descriptors as 100%.)
  10. This assists in bootstrapping a testing Tor
  11. network.
  12. Fixes bug 13718.
  13. Makes bug 13161's TestingDirAuthVoteExit
  14. non-essential.
  15. (But still useful for speeding up a bootstrap.)