From: Nick Mathewson Date: Fri, 15 Jun 2012 04:45:48 +0000 (-0400) Subject: Expand on bug5458 changes file X-Git-Tag: tor-0.2.3.17-beta~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a9498d6825b4cb05c2e5a2e09ca98931bcb8893;p=thirdparty%2Ftor.git Expand on bug5458 changes file --- 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.