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 /doc | |
parent | f6639d5676f34234afaec9b49c89735724f7f67e (diff) | |
download | tor-e1e34ee4e409b044eed3164a20f388a2d3580fd6.tar tor-e1e34ee4e409b044eed3164a20f388a2d3580fd6.tar.gz |
raise bandwidthrate/bandwidthburst to a new "infinite"
addresses bug 6605.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index cae9bf338..cf5945df1 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -129,11 +129,11 @@ GENERAL OPTIONS the specified number of bytes per second, and the average outgoing bandwidth usage to that same value. If you want to run a relay in the public network, this needs to be _at the very least_ 30 KB (that is, - 30720 bytes). (Default: 5 MB) + 30720 bytes). (Default: 1 GB) **BandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**:: Limit the maximum token bucket size (also known as the burst) to the given - number of bytes in each direction. (Default: 10 MB) + number of bytes in each direction. (Default: 1 GB) **MaxAdvertisedBandwidth** __N__ **bytes**|**KB**|**MB**|**GB**:: If set, we will not advertise more than this amount of bandwidth for our |