diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-04-26 15:33:08 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-04-26 15:36:17 +0200 |
commit | 6fde2b46d2cc2345ec955b1ed9674a777e5e8716 (patch) | |
tree | f48d5a36acc42884a5acf60c1da7eff517e0ed5a /changes | |
parent | f3b58dfa53d87656f558a97bc28a333bdea06017 (diff) | |
download | tor-6fde2b46d2cc2345ec955b1ed9674a777e5e8716.tar tor-6fde2b46d2cc2345ec955b1ed9674a777e5e8716.tar.gz |
Fix more of bug 2704
The last entry of the *Maxima values in the state file was inflated by a
factor of NUM_SECS_ROLLING_MEASURE (currently 10). This could lead to
a wrong maximum value propagating through the state file history.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2704 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2704 b/changes/bug2704 new file mode 100644 index 000000000..821b38bc0 --- /dev/null +++ b/changes/bug2704 @@ -0,0 +1,5 @@ + o Major bugfixes: + - When writing our maximum bw for the current interval to the state + file, don't wrongly inflate that value by a factor of 10 anymore. + Fixes more of bug 2704. + |