aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2012-10-31 18:51:07 -0700
committerMike Perry <mikeperry-git@fscked.org>2012-12-07 15:28:37 -0800
commitf215d1910517ad3d6bb0b7ba5280f9fa1a59c297 (patch)
tree1c5560bad4c592991d15eff98b8a113eb4c3bf30 /changes
parentdf4aeaa0d63ecf8f282f54c8178cf48fee10bad0 (diff)
downloadtor-f215d1910517ad3d6bb0b7ba5280f9fa1a59c297.tar
tor-f215d1910517ad3d6bb0b7ba5280f9fa1a59c297.tar.gz
Add a changes file for bug7157.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug715715
1 files changed, 15 insertions, 0 deletions
diff --git a/changes/bug7157 b/changes/bug7157
new file mode 100644
index 000000000..fad3977bf
--- /dev/null
+++ b/changes/bug7157
@@ -0,0 +1,15 @@
+
+ o Minor features:
+ - Alter the Path Bias log messages to be more descriptive in terms
+ of reporting timeouts and other statistics.
+ - Create three levels of Path Bias log messages, as opposed to just
+ two. These are configurable via consensus as well as via torrc
+ options PathBiasNoticeRate, PathBiasWarnRate, PathBiasExtremeRate.
+ The default values are 0.70, 0.50, and 0.30 respectively.
+ - Separate the log message levels from the decision to drop guards,
+ which also is available via torrc option PathBiasDropGuards.
+ PathBiasDropGuards defaults to 0 (off).
+ - Deprecate PathBiasDisableRate in favor of PathBiasDropGuards
+ in combination with PathBiasExtremeRate.
+ - Increase the default values for PathBiasScaleThreshold and
+ PathBiasCircThreshold from 200 and 20 to 300 and 150, respectively.