diff options
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 9bba81a516..fb022d6740 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. |