summaryrefslogtreecommitdiff
path: root/changes/bug13814-reachability-without-exits
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug13814-reachability-without-exits')
-rw-r--r--changes/bug13814-reachability-without-exits14
1 files changed, 4 insertions, 10 deletions
diff --git a/changes/bug13814-reachability-without-exits b/changes/bug13814-reachability-without-exits
index 43a326b847..07f2d8ae37 100644
--- a/changes/bug13814-reachability-without-exits
+++ b/changes/bug13814-reachability-without-exits
@@ -1,15 +1,9 @@
- o Minor bugfixes:
- - Allow tor to build circuits using a consensus with
+ o Minor bugfixes (Testing networks):
+ - Allow Tor to build circuits using a consensus with
no exits. If the consensus has no exits (typical of
- a bootstrapping test network), allow tor to build
+ a bootstrapping test network), allow Tor to build
circuits once enough descriptors have been
downloaded.
- When there are no exits, we always have "enough"
- exit descriptors. (We treat the proportion of
- available exit descriptors as 100%.)
This assists in bootstrapping a testing Tor
network.
- Fixes bug 13718.
- Makes bug 13161's TestingDirAuthVoteExit
- non-essential.
- (But still useful for speeding up a bootstrap.)
+ Fixes bug 13718; bugfix on 0.2.4.10-alpha. Patch by "teor".