tor/changes/bug2003
Sebastian Hahn d10ae9c028 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.
2011-09-01 17:21:50 +02:00

9 lines
422 B
Plaintext

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!