raise bandwidthrate/bandwidthburst to a new "infinite"

addresses bug 6605.
This commit is contained in:
Roger Dingledine
2012-09-10 03:03:06 -04:00
parent f6639d5676
commit e1e34ee4e4
3 changed files with 11 additions and 4 deletions
+7
View File
@@ -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).