diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-10 03:03:06 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-10 03:03:06 -0400 |
commit | e1e34ee4e409b044eed3164a20f388a2d3580fd6 (patch) | |
tree | d12491cffaf3c76eada062f624389ff7c3f54297 /changes | |
parent | f6639d5676f34234afaec9b49c89735724f7f67e (diff) | |
download | tor-e1e34ee4e409b044eed3164a20f388a2d3580fd6.tar.gz tor-e1e34ee4e409b044eed3164a20f388a2d3580fd6.zip |
raise bandwidthrate/bandwidthburst to a new "infinite"
addresses bug 6605.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6605 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug6605 b/changes/bug6605 new file mode 100644 index 0000000000..92fac1954b --- /dev/null +++ b/changes/bug6605 @@ -0,0 +1,7 @@ + o Major bugfixes: + - Raise the default BandwidthRate/BandwidthBurst values from 1MB/5MB + to 1GB/1GB. The previous defaults were intended to be "basically + infinite", but it turns out they're now limiting our 100mbit+ + relays and bridges. Fixes bug 6605; bugfix on 0.2.0.10-alpha (the + last time we raised it). + |