bug13814-avoid-exit-paths-no-exits 988 B

12345678910111213141516171819202122232425
  1. o Minor bugfixes:
  2. - Avoid building exit circuits from a consensus with no exits
  3. Tor can now build circuits from a consensus with no exits.
  4. But if it tries to build exit circuits, they fail and flood the logs.
  5. The circuit types in the Exit Circuits list below will only be
  6. built if the current consensus has exits. If it doesn't,
  7. only the Internal Circuits will be built. (This can change
  8. with each new consensus.)
  9. Fixes bug #13814, causes fewer path failures due to #13817.
  10. Exit Circuits:
  11. Predicted Exit Circuits
  12. User Traffic Circuits
  13. Most AP Streams
  14. Circuits Marked Exit
  15. Build Timeout Circuits (with exits)
  16. Internal Circuits:
  17. Hidden Service Server Circuits
  18. Hidden Service Client Circuits
  19. Hidden Service AP Streams
  20. Hidden Service Intro Point Streams
  21. Circuits Marked Internal
  22. Build Timeout Circuits (with no exits)
  23. Other Circuits?