summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2013-01-28 16:16:45 -0800
committerAndrea Shepard <andrea@torproject.org>2013-01-28 16:16:45 -0800
commit123daffb600cb1b581bee9dd576a980a06926f9c (patch)
tree07952acab822f5a86a7d47752ac0f50116a405f8 /changes
parentdfbd19df418347d833df650e68367c96a3aa37ad (diff)
parenta78542f0c30a6d8a25b3a8c92fec61c04c3feeaf (diff)
downloadtor-123daffb600cb1b581bee9dd576a980a06926f9c.tar.gz
tor-123daffb600cb1b581bee9dd576a980a06926f9c.zip
Merge branch 'bug7802' of ssh://git-rw.torproject.org/mikeperry/tor
Diffstat (limited to 'changes')
-rw-r--r--changes/bug780211
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug7802 b/changes/bug7802
new file mode 100644
index 0000000000..9bc0f36fe1
--- /dev/null
+++ b/changes/bug7802
@@ -0,0 +1,11 @@
+ 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.
+ - Fix circuit_package_relay_cell warning message about n_chan==NULL.