diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-21 14:02:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-21 14:02:04 -0400 |
commit | 9cba61eb8c76480316fb149b1a90ef3abb6818fb (patch) | |
tree | b55b7a2ee7a6ab45809ddc0c35bfb2b5894b3aa1 /changes | |
parent | 144d92d5384a42ca133c463bfe834431e2611c11 (diff) | |
download | tor-9cba61eb8c76480316fb149b1a90ef3abb6818fb.tar.gz tor-9cba61eb8c76480316fb149b1a90ef3abb6818fb.zip |
Bug1789 cleanups suggested by arma
The significant one is that we look at RelayBandwidthRate if it is set.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1789 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/changes/bug1789 b/changes/bug1789 index 7090ea8f78..9292aa924f 100644 --- a/changes/bug1789 +++ b/changes/bug1789 @@ -1,10 +1,10 @@ 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/3 hours of traffic remaining before we enter - 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 |