소스 검색

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
    - 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.