aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-10 13:47:43 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-25 12:43:33 -0400
commitfd8284c8b9b804ef405db211bae51a9fd5442979 (patch)
tree95ca9308cccfc5333af3ad4ade120bed0c470d23 /changes
parent754b86ba01db81b109c657a33a19978d5703a72b (diff)
downloadtor-fd8284c8b9b804ef405db211bae51a9fd5442979.tar.gz
tor-fd8284c8b9b804ef405db211bae51a9fd5442979.zip
man: Update Num{Directory,Entry}Guards default value
Fixes #21715 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/bug217155
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21715 b/changes/bug21715
new file mode 100644
index 0000000000..ad9d8bfdaf
--- /dev/null
+++ b/changes/bug21715
@@ -0,0 +1,5 @@
+ o Documentation (man page):
+ - Default of NumEntryGuards is 1 if the consensus parameter
+ guard-n-primary-guards-to-use isn't set. Default of NumDirectoryGuards
+ is 3 if the consensus parameter guard-n-primary-dir-guards-to-use isn't
+ set. Fixes bug 21715.