diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-04-19 17:12:27 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-19 15:38:10 -0400 |
commit | 13c3884ff60aa0e58464f379f988683f1c30438a (patch) | |
tree | 0dadd37f533745277d7b71ca128a1b7ba20f4870 /changes/bug2704_part1 | |
parent | 5cc322e5472996fda6095e54de302c0f5c68ea92 (diff) | |
download | tor-13c3884ff60aa0e58464f379f988683f1c30438a.tar.gz tor-13c3884ff60aa0e58464f379f988683f1c30438a.zip |
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/bug2704_part1')
-rw-r--r-- | changes/bug2704_part1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2704_part1 b/changes/bug2704_part1 new file mode 100644 index 0000000000..eaf22812cc --- /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. + |