[or-cvs] [tor/master 4/9] man page entries for PerConnBW{Rate,Burst}

arma at torproject.org arma at torproject.org
Fri Jan 15 22:35:02 UTC 2010


Author: Roger Dingledine <arma at torproject.org>
Date: Tue, 12 Jan 2010 12:27:37 -0500
Subject: man page entries for PerConnBW{Rate,Burst}
Commit: 184e7aa79284741361f946bcfde817ef69b09764

---
 doc/tor.1.in |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/doc/tor.1.in b/doc/tor.1.in
index b08e670..8cd9e1e 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -97,6 +97,20 @@ _relayed traffic_ to the
 given number of bytes in each direction. (Default: 0)
 .LP
 .TP
+\fBPerConnBWRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
+If set, do separate rate limiting for each connection from a non-relay.
+You should never need to change this value, since a network-wide value
+is published in the consensus and your relay will use that value.
+(Default: 0)
+.LP
+.TP
+\fBPerConnBWBurst \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP
+If set, do separate rate limiting for each connection from a non-relay.
+You should never need to change this value, since a network-wide value
+is published in the consensus and your relay will use that value.
+(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
-- 
1.6.5




More information about the tor-commits mailing list