diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-28 08:28:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-28 08:28:15 +0000 |
commit | f8b9a8d457eb3975d665c8f66f84a69c19b2acf9 (patch) | |
tree | d50cf0ad737c08d24cf3702a25db2d724c458a2d /doc/tor.1.in | |
parent | d4393daf108864b337d11405aa37a198390dee61 (diff) | |
download | tor-f8b9a8d457eb3975d665c8f66f84a69c19b2acf9.tar tor-f8b9a8d457eb3975d665c8f66f84a69c19b2acf9.tar.gz |
bump the default bandwidthrate to 3 MB, and burst to 6 MB
svn:r5874
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 07b7aa99e..15cff919a 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -33,11 +33,12 @@ Options are case-insensitive. .TP \fBBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP A token bucket limits the average incoming bandwidth on this node to -the specified number of bytes per second. (Default: 2 MB) +the specified number of bytes per second. (Default: 3 MB) .LP .TP \fBBandwidthBurst \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP -Limit the maximum token bucket size (also known as the burst) to the given number of bytes. (Default: 5 MB) +Limit the maximum token bucket size (also known as the burst) to the +given number of bytes. (Default: 6 MB) .LP .TP \fBMaxAdvertisedBandwidth \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP |