fallback_dirsource 774 B

1234567891011121314
  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 to
  8. the Tor network, and thereby reduce load on the directory
  9. authorities. Implements proposal 206, "Preconfigured directory
  10. sources for bootstrapping". Closes bug 572.
  11. o Removed features:
  12. - Drop the old FallbackNetworkstatus option: we never got it working
  13. well enough to use it. Closes bug 572.