diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-06 00:27:03 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-06 00:27:03 +0000 |
commit | 9aa8e490f87a27d81dbc0863b39f6b9d0da695bb (patch) | |
tree | 539be094a718f7bd6fb839349842037ecad82d91 /doc/tor.1.in | |
parent | 6a2fe560158513e9142bd38a1a43535d87c4a825 (diff) | |
download | tor-9aa8e490f87a27d81dbc0863b39f6b9d0da695bb.tar.gz tor-9aa8e490f87a27d81dbc0863b39f6b9d0da695bb.zip |
cleanups based on looking through svn commits
svn:r9491
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index e8b4678ece..b6517ece01 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -58,14 +58,15 @@ Options are case-insensitive. .LP .TP \fBBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP -A token bucket limits the average bandwidth usage on this node to the -specified number of bytes per second. (Default: 3 MB) +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) .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. This value should be at least twice your -BandwidthRate. (Default: 6 MB) +given number of bytes in each direction. This value should be at least +twice your BandwidthRate. (Default: 6 MB) .LP .TP \fBMaxAdvertisedBandwidth \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP |