fallback_dirsource 659 B

12345678910111213
  1. o Major features:
  2. - Add a new FallbackDir option to use when we can't use a directory
  3. from the consensus (either because we lack a consensus, or because
  4. they're all down). Currently, all authorities are fallbacks by
  5. default, and there are no other default fallbacks, but that will
  6. change. This option will allow us to give clients a longer list
  7. of servers to try to get a consensus from when first connecting
  8. to the Tor network, and thereby reduce load on the directory
  9. authorities.
  10. o Removed features:
  11. - Drop the old FallbackNetworkstatus option: we never got it working
  12. well enough to use it.