aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-07-23 15:28:40 -0400
committerRoger Dingledine <arma@torproject.org>2014-07-24 16:19:47 -0400
commit9fc276a1c7f94d1e0a48e00a358536027a9a7820 (patch)
tree81adbe624269b9bc40859b44dc6f341ff32c2990 /changes
parent56ee61b8aed058c20edc9c7e10dc48f1ab798bbc (diff)
downloadtor-9fc276a1c7f94d1e0a48e00a358536027a9a7820.tar.gz
tor-9fc276a1c7f94d1e0a48e00a358536027a9a7820.zip
add a NumDirectoryGuards consensus param too
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket126885
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/ticket12688 b/changes/ticket12688
index d8e56c1537..88228e5506 100644
--- a/changes/ticket12688
+++ b/changes/ticket12688
@@ -1,5 +1,6 @@
Major features:
- - Make the number of entry guards (and thus, by default, directory
- guards too) configurable via a new NumEntryGuards consensus
+ - Make the number of entry guards configurable via a new
+ NumEntryGuards consensus parameter, and the number of directory
+ guards configurable via a new NumDirectoryGuards consensus
parameter. Implements ticket 12688.