diff options
author | Roger Dingledine <arma@torproject.org> | 2011-02-07 23:21:33 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-02-07 23:21:33 -0500 |
commit | 20b75989acb457e5a2f931f8ad74517f885940ed (patch) | |
tree | 09ff682a8489dec33202eaedc08eba79c633ae4b /changes | |
parent | 9c2cb6fc8929cb02d500e8d276445205937ab01b (diff) | |
download | tor-20b75989acb457e5a2f931f8ad74517f885940ed.tar.gz tor-20b75989acb457e5a2f931f8ad74517f885940ed.zip |
dtrt when only relaybandwidthburst is set
fixes bug 2470
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2470 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2470 b/changes/bug2470 new file mode 100644 index 0000000000..8ff97b7bca --- /dev/null +++ b/changes/bug2470 @@ -0,0 +1,5 @@ + o Major bugfixes: + - If relays set RelayBandwidthBurst but not RelayBandwidthRate, + Tor would ignore their RelayBandwidthBurst setting, + potentially using more bandwidth than expected. Bugfix on + 0.2.0.1-alpha. Reported by Paul Wouters. Fixes bug 2470. |