diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-01-25 16:45:27 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-01-10 09:59:36 -0500 |
commit | 50a50392b7d65409de4416eb604bec6339670a2c (patch) | |
tree | 0788dbf5f0bab5cb41cc57c0f9b7c53c24374663 /changes | |
parent | 2a9b279163da4ba0d870dd5e9b7fc1ae9591127c (diff) | |
download | tor-50a50392b7d65409de4416eb604bec6339670a2c.tar.gz tor-50a50392b7d65409de4416eb604bec6339670a2c.zip |
Advertise dirport if accountingmax is large enough
When we have an effective bandwidthrate configured so that we cannot
exceed our bandwidth limit in one accounting interval, don't disable
advertising the dirport. Implements ticket 2434.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2434 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2434 b/changes/bug2434 new file mode 100644 index 0000000000..5fd3d11155 --- /dev/null +++ b/changes/bug2434 @@ -0,0 +1,6 @@ + o Minor features: + - Don't disable the DirPort when we cannot exceed our AccountingMax + limit during this interval because the effective bandwidthrate is + low enough. This is useful in a situation where AccountMax is only + used as an additional safeguard or to provide statistics. + |