diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-15 00:45:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-15 00:45:48 -0400 |
commit | 4a9498d6825b4cb05c2e5a2e09ca98931bcb8893 (patch) | |
tree | 505269b1b0c22460de0c0dbb90101639c36569b9 /changes | |
parent | eb2a4be2f7707ca34d63d473a5427640986ca8e0 (diff) | |
download | tor-4a9498d6825b4cb05c2e5a2e09ca98931bcb8893.tar tor-4a9498d6825b4cb05c2e5a2e09ca98931bcb8893.tar.gz |
Expand on bug5458 changes file
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5458 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug5458 b/changes/bug5458 index 8c0e37295..a66578325 100644 --- a/changes/bug5458 +++ b/changes/bug5458 @@ -1,4 +1,6 @@ o Minor features - Issue a notice if a guard completes less than 40% of your circuits. Threshold is configurable by torrc option PathBiasNoticeRate - and consensus parameter pb_noticepct. + and consensus parameter pb_noticepct. There is additional, off-by- + default code to disable guards which fail too many circuits. + Addresses ticket 5458. |