diff options
author | Roger Dingledine <arma@torproject.org> | 2014-07-23 12:23:49 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-07-24 16:19:47 -0400 |
commit | 56ee61b8aed058c20edc9c7e10dc48f1ab798bbc (patch) | |
tree | 5cac3437531179784b199c834df442c95b7a6bfb /changes | |
parent | 303d7f55d9ec8c7dbd9784171cf4df97cc5d7eef (diff) | |
download | tor-56ee61b8aed058c20edc9c7e10dc48f1ab798bbc.tar.gz tor-56ee61b8aed058c20edc9c7e10dc48f1ab798bbc.zip |
Add and use a new NumEntryGuards consensus parameter.
When specified, it overrides our default of 3 entry guards.
(By default, it overrides the number of directory guards too.)
Implements ticket 12688.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket12688 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket12688 b/changes/ticket12688 new file mode 100644 index 0000000000..d8e56c1537 --- /dev/null +++ b/changes/ticket12688 @@ -0,0 +1,5 @@ + Major features: + - Make the number of entry guards (and thus, by default, directory + guards too) configurable via a new NumEntryGuards consensus + parameter. Implements ticket 12688. + |