瀏覽代碼

Bug 7802 changes file.

Mike Perry 12 年之前
父節點
當前提交
38c7195a32
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      changes/bug7802

+ 10 - 0
changes/bug7802

@@ -0,0 +1,10 @@
+  o Minor features:
+    - Path Use Bias: Perform separate accounting for successful circuit use.
+      Separate statistics on stream attempt versus success rates are kept
+      for each guard. Configurable thresholds are provided to determine
+      when to emit log messages or disable use of guards that fail too
+      many stream attempts.
+  o Minor bugfixes:
+    - Remove a source of rounding error during path bias count scaling.
+    - Don't count cannibalized circuits as used for path bias until we
+      actually try to use them.