[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] update the man page for new token bucket params
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc
Modified Files:
tor.1.in
Log Message:
update the man page for new token bucket params
Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tor.1.in 14 Dec 2003 00:06:30 -0000 1.4
+++ tor.1.in 10 Jan 2004 23:42:24 -0000 1.5
@@ -32,6 +32,12 @@
\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 @@
\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.