summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-21 14:29:59 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-21 14:29:59 -0400
commite476ffc2ba1423bf9a51a124bc4de9aba4eda120 (patch)
tree4f3825e62fed5696b8bbf04568fd601ef31811dd /changes
parentfb34c66e83790bf03b163555128565823a3e58fe (diff)
parent9cba61eb8c76480316fb149b1a90ef3abb6818fb (diff)
downloadtor-e476ffc2ba1423bf9a51a124bc4de9aba4eda120.tar.gz
tor-e476ffc2ba1423bf9a51a124bc4de9aba4eda120.zip
Merge branch 'bug1789'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug178916
1 files changed, 16 insertions, 0 deletions
diff --git a/changes/bug1789 b/changes/bug1789
new file mode 100644
index 0000000000..9292aa924f
--- /dev/null
+++ b/changes/bug1789
@@ -0,0 +1,16 @@
+ o Minor features:
+ - Be more generous with how much bandwidth we'd use up (with
+ accounting enabled) before entering "soft hibernation".
+ Previously, we'd hibernate once we'd used up 95% of our
+ allotment. Now, we use up 95% of our allotment, AND make sure
+ that we have no more than 500MB (or 3 hours of expected traffic,
+ whichever is lower) remaining before we enter soft hibernation.
+
+ o Minor bugfixes:
+ - For bandwidth accounting, calculate our expected bandwidth rate
+ based on the time during which we were active and not in
+ soft-hibernation during the last interval. Previously, we were
+ also considering the time spent in soft-hibernation. If this
+ was a long time, we would wind up underestimating our bandwidth
+ by a lot, and skewing our wakeup time towards the start of the
+ accounting interval. Fixes bug 1789. Bugfix on 0.0.9pre5.