diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-20 02:55:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-20 02:55:31 +0000 |
commit | b4f743562f609792619199007c2d091968f72a71 (patch) | |
tree | 2f6fbc5d9c48a62485ab54d4061857e20b2c7c33 /doc/tor.1.in | |
parent | 4ab0b979b29a5069d2c54f286b0666e0628f6727 (diff) | |
download | tor-b4f743562f609792619199007c2d091968f72a71.tar.gz tor-b4f743562f609792619199007c2d091968f72a71.zip |
Add a separate set of token buckets for relayed traffic. Right
now that's just defined as answers to directory requests.
svn:r9881
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index eb05dd7448..6a7e0da7a4 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -65,8 +65,7 @@ bandwidth usage to that same value. (Default: 3 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 in each direction. This value should be at least -twice your BandwidthRate. (Default: 6 MB) +given number of bytes in each direction. (Default: 6 MB) .LP .TP \fBMaxAdvertisedBandwidth \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP @@ -77,6 +76,20 @@ advertised bandwidth rate) can thus reduce the CPU demands on their server without impacting network performance. .LP .TP +\fBRelayBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP +If defined, a separate token bucket limits the average incoming bandwidth +usage for _relayed traffic_ on this node to the specified number of +bytes per second, and the average outgoing bandwidth usage to that same +value. Relayed traffic is currently defined as answers to directory +requests, but that may change. (Default: 0) +.LP +.TP +\fBRelayBandwidthBurst \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP +Limit the maximum token bucket size (also known as the burst) for +_relayed traffic_ to the +given number of bytes in each direction. (Default: 0) +.LP +.TP \fBConnLimit \fR\fINUM\fP The minimum number of file descriptors that must be available to the Tor process before it will start. Tor will ask the OS for as |