diff options
author | teor <teor2345@gmail.com> | 2014-12-26 00:17:08 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-12-30 09:06:00 -0500 |
commit | 55ad54e0146234578072080842ec0f4ca628e4c7 (patch) | |
tree | 13800d49b89e032fa3699c7777b5f5d176c9ab0f /changes | |
parent | 9b2d106e49ba4ea12f31af9cea02910869f19a4b (diff) | |
download | tor-55ad54e0146234578072080842ec0f4ca628e4c7.tar.gz tor-55ad54e0146234578072080842ec0f4ca628e4c7.zip |
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 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.)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13814-reachability-without-exits | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/changes/bug13814-reachability-without-exits b/changes/bug13814-reachability-without-exits new file mode 100644 index 0000000000..43a326b847 --- /dev/null +++ b/changes/bug13814-reachability-without-exits @@ -0,0 +1,15 @@ + o Minor bugfixes: + - 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 + 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.) |