diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2013-01-18 21:02:57 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2013-01-18 21:23:37 -0800 |
commit | 38c7195a32dac6f8914ba88a5a19a366e6b8dec7 (patch) | |
tree | 39f8ea20f4c23de14b64816d03884343e87d7c2a /changes | |
parent | a678ff9ec1468832042fe4ebe208dd30b772eeeb (diff) | |
download | tor-38c7195a32dac6f8914ba88a5a19a366e6b8dec7.tar tor-38c7195a32dac6f8914ba88a5a19a366e6b8dec7.tar.gz |
Bug 7802 changes file.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7802 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug7802 b/changes/bug7802 new file mode 100644 index 000000000..1d09757ef --- /dev/null +++ b/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. |