diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-04 00:14:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-04 00:14:58 +0000 |
commit | a2289c6fc6150cb12fc69a95ad5085850cd6a5eb (patch) | |
tree | f9a9ee5dd939cbaa4acaa36d08e0742ff2ddc815 | |
parent | fb7b680a045fa25b2fe12df9bbc6addfa4b212d7 (diff) | |
download | tor-a2289c6fc6150cb12fc69a95ad5085850cd6a5eb.tar.gz tor-a2289c6fc6150cb12fc69a95ad5085850cd6a5eb.zip |
more of r12364
svn:r12366
-rw-r--r-- | doc/tor.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 6fd6763d30..745c19f032 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -60,12 +60,12 @@ Options are case-insensitive. \fBBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP A token bucket limits the average incoming bandwidth usage on this node to the specified number of bytes per second, and the average outgoing -bandwidth usage to that same value. (Default: 3 MB) +bandwidth usage to that same value. (Default: 5 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 in each direction. (Default: 6 MB) +given number of bytes in each direction. (Default: 10 MB) .LP .TP \fBMaxAdvertisedBandwidth \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP |