aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-15 00:45:48 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-15 00:45:48 -0400
commit4a9498d6825b4cb05c2e5a2e09ca98931bcb8893 (patch)
tree505269b1b0c22460de0c0dbb90101639c36569b9
parenteb2a4be2f7707ca34d63d473a5427640986ca8e0 (diff)
downloadtor-4a9498d6825b4cb05c2e5a2e09ca98931bcb8893.tar.gz
tor-4a9498d6825b4cb05c2e5a2e09ca98931bcb8893.zip
Expand on bug5458 changes file
-rw-r--r--changes/bug54584
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug5458 b/changes/bug5458
index 8c0e37295c..a665783258 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.