aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7802
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-02-04 17:06:01 -0500
committerRoger Dingledine <arma@torproject.org>2013-02-04 17:06:01 -0500
commit03bdb4d5cef676a4332e7982d004afe4ff9110c1 (patch)
treef063f700aa01d495c5d196d226c785fd1f0f3def /changes/bug7802
parent12f2d986f327de281cb70377a7cf926b0f40f4e4 (diff)
downloadtor-03bdb4d5cef676a4332e7982d004afe4ff9110c1.tar
tor-03bdb4d5cef676a4332e7982d004afe4ff9110c1.tar.gz
fold in changes for 0.2.4.10-alpha
Diffstat (limited to 'changes/bug7802')
-rw-r--r--changes/bug780211
1 files changed, 0 insertions, 11 deletions
diff --git a/changes/bug7802 b/changes/bug7802
deleted file mode 100644
index 9bc0f36fe..000000000
--- a/changes/bug7802
+++ /dev/null
@@ -1,11 +0,0 @@
- 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.