]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bug 7802 changes file.
authorMike Perry <mikeperry-git@fscked.org>
Sat, 19 Jan 2013 05:02:57 +0000 (21:02 -0800)
committerMike Perry <mikeperry-git@fscked.org>
Sat, 19 Jan 2013 05:23:37 +0000 (21:23 -0800)
changes/bug7802 [new file with mode: 0644]

diff --git a/changes/bug7802 b/changes/bug7802
new file mode 100644 (file)
index 0000000..1d09757
--- /dev/null
@@ -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.