summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-22 00:56:03 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-22 00:56:03 +0000
commit8b7f7052c5a42ed87136c9178ac251d02399c1cb (patch)
treebb01dd146cbd9cbcc85d16bd3babfebb94f711f5
parent216e349cb27777c0778c20b193a29cc58ff856ca (diff)
downloadtor-8b7f7052c5a42ed87136c9178ac251d02399c1cb.tar.gz
tor-8b7f7052c5a42ed87136c9178ac251d02399c1cb.zip
man page entries for CircuitBuildTimeout and CircuitIdleTimeout
svn:r6221
-rw-r--r--doc/tor.1.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index 4f7ad98ecd..b00331d2b2 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -234,6 +234,22 @@ your circuits.
The default is "middle,rendezvous", and other choices are not advised.
.LP
.TP
+\fBCircuitBuildTimeout \fR\fINUM\fP
+Try for at most NUM seconds when building circuits. If the circuit
+isn't open in that time, give up on it.
+(Default: 1 minute.)
+.LP
+.TP
+\fBCircuitIdleTimeout \fR\fINUM\fP
+If we have keept a clean (never used) circuit around for NUM seconds,
+then close it. This way when the Tor client is entirely idle, it can
+expire all of its circuits, and then expire its TLS connections. Also,
+if we end up making a circuit that is not useful for exiting any of
+the requests we're receiving, it won't forever take up a slot in the
+circuit list.
+(Default: 1 hour.)
+.LP
+.TP
\fBClientOnly \fR\fB0\fR|\fB1\fR\fP
If set to 1, Tor will under no circumstances run as a server. The default
is to run as a client unless ORPort is configured. (Usually,