aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-04-19 17:12:27 +0200
committerNick Mathewson <nickm@torproject.org>2011-04-19 15:38:10 -0400
commit13c3884ff60aa0e58464f379f988683f1c30438a (patch)
tree0dadd37f533745277d7b71ca128a1b7ba20f4870 /changes
parent5cc322e5472996fda6095e54de302c0f5c68ea92 (diff)
downloadtor-13c3884ff60aa0e58464f379f988683f1c30438a.tar
tor-13c3884ff60aa0e58464f379f988683f1c30438a.tar.gz
Don't sometimes undercount bw average
This fixes the first part of bug 2704. It should occur only rarely when no bw maxima are known. Bugfix on 0.2.2.23-alpha. Fixes bug 2704.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug2704_part15
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2704_part1 b/changes/bug2704_part1
new file mode 100644
index 000000000..eaf22812c
--- /dev/null
+++ b/changes/bug2704_part1
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Fix an issue causing calculation of Tor's average bandwidth as saved
+ in the state file to be 10 times smaller than it should be. Fixes the
+ first part of bug 2704, bugfix on tor-0.2.2.23-alpha.
+