Browse Source

Note that fallback_dirsource was proposal 206, bug 572.

Nick Mathewson 11 years ago
parent
commit
cfa07f397d
1 changed files with 5 additions and 4 deletions
  1. 5 4
      changes/fallback_dirsource

+ 5 - 4
changes/fallback_dirsource

@@ -4,10 +4,11 @@
       they're all down).  Currently, all authorities are fallbacks by
       default, and there are no other default fallbacks, but that will
       change.  This option will allow us to give clients a longer list
-      of servers to try to get a consensus from when first connecting 
-      to the Tor network, and thereby reduce load on the directory
-      authorities.
+      of servers to try to get a consensus from when first connecting to
+      the Tor network, and thereby reduce load on the directory
+      authorities. Implements proposal 206, "Preconfigured directory
+      sources for bootstrapping". Closes bug 572.
 
   o Removed features:
     - Drop the old FallbackNetworkstatus option: we never got it working
-      well enough to use it.
+      well enough to use it. Closes bug 572.