浏览代码

Expand on bug5458 changes file

Nick Mathewson 13 年之前
父节点
当前提交
4a9498d682
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      changes/bug5458

+ 3 - 1
changes/bug5458

@@ -1,4 +1,6 @@
  o Minor features
  o Minor features
    - Issue a notice if a guard completes less than 40% of your circuits.
    - Issue a notice if a guard completes less than 40% of your circuits.
      Threshold is configurable by torrc option PathBiasNoticeRate
      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.