From 184e7aa79284741361f946bcfde817ef69b09764 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 12 Jan 2010 12:27:37 -0500 Subject: [PATCH] man page entries for PerConnBW{Rate,Burst} --- doc/tor.1.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/tor.1.in b/doc/tor.1.in index b08e670352..8cd9e1e00e 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 -- 2.11.4.GIT