From 9c2c307196209e79821546f2190e27dd5b533122 Mon Sep 17 00:00:00 2001 From: Thomas Sjögren Date: Sun, 15 May 2005 01:37:34 +0000 Subject: NewCircuitPerid is 30 sec not 60. MaxCircuitDirtiness has 10 min default svn:r4220 --- doc/tor.1.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/tor.1.in b/doc/tor.1.in index 7dce7b92a6..01a49b3ba8 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -195,11 +195,11 @@ node will go down before the stream is finished. When a request for address arrives to Tor, it will rewrite it to newaddress before processing it. For example, if you always want connections to www.indymedia.org to exit via \fItorserver\fR (where \fItorserver\fR is the nickname of the server), use "MapAddress www.indymedia.org www.indymedia.org.torserver.exit". .TP \fBNewCircuitPeriod \fR\fINUM\fP -Every NUM seconds consider whether to build a new circuit. (Default: 60) +Every NUM seconds consider whether to build a new circuit. (Default: 30 seconds) .TP \fBMaxCircuitDirtiness \fR\fINUM\fP Feel free to reuse a circuit that was first used at most NUM seconds -ago, but never attach a new stream to a circuit that is too old. +ago, but never attach a new stream to a circuit that is too old. (Default: 10 minutes) .TP \fBNodeFamily \fR\fInickname\fR,\fInickname\fR,\fI...\fP The named Tor servers constitute a "family" of similar or co-administered -- cgit v1.2.3-54-g00ecf