diff options
author | Roger Dingledine <arma@torproject.org> | 2004-01-10 23:42:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-01-10 23:42:24 +0000 |
commit | 1a137c266ad979aae1c5a934cce1404b03b6447e (patch) | |
tree | 8e6e5e54dd94ac9066159b9257c1427671be8a22 /doc/tor.1.in | |
parent | 50863008150caa3a71fd2d8f5f9c18292ed13c24 (diff) | |
download | tor-1a137c266ad979aae1c5a934cce1404b03b6447e.tar tor-1a137c266ad979aae1c5a934cce1404b03b6447e.tar.gz |
update the man page for new token bucket params
svn:r983
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 9bba81a51..fb022d674 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -32,6 +32,12 @@ Set the verboseness level of the primary log. (Default: warn) \fBlogfile \fR\fIFILE\fP Rather than logging to stdout, log to FILE. .TP +\fBbandwidthrate \fR\fINUM\fP +A token bucket limits the average incoming bandwidth on this node to NUM bytes per second. (Default: 800000) +.TP +\fBbandwidthburst \fR\fINUM\fP +Limit the maximum token bucket size (also known as the burst) to NUM bytes. (Default: 10000000) +.TP \fBdebuglogfile \fR\fIFILE\fP In addition to other logging, we will log to FILE at log-level debug. .TP @@ -50,9 +56,6 @@ FILE contains a list of directory servers, to bootstrap into the network. (Defau \fBrunasdaemon \fR\fI0|1\fP If 1, Tor forks and daemonizes to the background. (Default: 0) .TP -\fBtotalbandwidth \fR\fINUM\fP -A token bucket limits the average incoming bandwidth on this node to NUM bytes per second. (Default: 800000) -.TP \fBuser \fR\fIUID\fP On startup, setuid to this user. |