diff options
author | David Goulet <dgoulet@torproject.org> | 2018-01-19 16:26:26 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-01-19 16:26:26 -0500 |
commit | f870f9c8bcdbf2f8fd1c1e1feb9f88dc111ab25a (patch) | |
tree | 1725d467f118be34c702ec94c041ca8b6d788f35 /changes | |
parent | 44388757c44834d63614c4e13cf88931992afc2a (diff) | |
parent | f98f7ca89865d1a477fc65165b92c86b9d8437fa (diff) | |
download | tor-f870f9c8bcdbf2f8fd1c1e1feb9f88dc111ab25a.tar.gz tor-f870f9c8bcdbf2f8fd1c1e1feb9f88dc111ab25a.zip |
Merge branch 'bug24895_031_02' into bug24895_032_02
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24895 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug24895 b/changes/bug24895 new file mode 100644 index 0000000000..7edde94a0b --- /dev/null +++ b/changes/bug24895 @@ -0,0 +1,8 @@ + o Major bugfixes (onion services): + - Fix an "off by 2" error in counting rendezvous failures on the onion + service side. While we thought we would stop the rendezvous attempt + after one failed circuit, we were actually making three circuit attempts + before giving up. Now switch to a default of 2, and allow the consensus + parameter "hs_service_max_rdv_failures" to override. Fixes bug 24895; + bugfix on 0.0.6. + |