aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2003
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-09-01 05:21:50 +0200
committerSebastian Hahn <sebastian@torproject.org>2011-09-01 17:21:50 +0200
commitd10ae9c02808c10b19bca66cdc1972616b2b6646 (patch)
tree67c8db67d97dd99da7bb72e9d729a607d0229038 /changes/bug2003
parentcc33ac362b1e0e046ddbeae30da1810aef781e8f (diff)
downloadtor-d10ae9c02808c10b19bca66cdc1972616b2b6646.tar
tor-d10ae9c02808c10b19bca66cdc1972616b2b6646.tar.gz
Don't update AccountingSoftLimitHitAt on startup
Add a "default" state which we use until we've decided whether we're live or hibernating. This allows us to properly track whether we're resuming a hibernation period or not. Fixes bug 2003.
Diffstat (limited to 'changes/bug2003')
-rw-r--r--changes/bug20038
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug2003 b/changes/bug2003
new file mode 100644
index 000000000..f1298dd63
--- /dev/null
+++ b/changes/bug2003
@@ -0,0 +1,8 @@
+ o Major bugfixes:
+ - Don't update the AccountingSoftLimitHitAt state file entry whenever
+ tor gets started. This prevents a wrong average bandwidth estimate,
+ which would cause relays to always start a new accounting interval at
+ the earliest possible moment. Fixes bug 2003; bugfix on 0.2.2.7-alpha.
+ Reported by BryonEldridge, who also helped immensely in tracking this
+ bug down. Thanks!
+