diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-27 04:14:41 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-27 04:14:41 +0000 |
commit | 732bf604c520dac5cb90936d6da56e04358ae8d7 (patch) | |
tree | 932ecca2a31df8e208b46efff8c9e1db4d135fa9 /doc | |
parent | 543d31c89a245a21957ed36c3326bb8c040a0598 (diff) | |
download | tor-732bf604c520dac5cb90936d6da56e04358ae8d7.tar.gz tor-732bf604c520dac5cb90936d6da56e04358ae8d7.zip |
and correct the man page re: the defaults
svn:r4132
Diffstat (limited to 'doc')
-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 48bef14d68..94b5dab108 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -43,10 +43,10 @@ are sent to all the logs that match their severity level. .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: 780 KB) +the specified number of bytes per second. (Default: 2 MB) .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: 48 MB) +Limit the maximum token bucket size (also known as the burst) to the given number of bytes. (Default: 5 MB) .TP \fBMaxAdvertisedBandwidth \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP If set, we will not advertise more than this amount of bandwidth for our |