]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Clarify MaxCircuitDirtiness behavior with hidden services. Bug 5259.
authorNick Mathewson <nickm@torproject.org>
Tue, 15 May 2012 15:22:06 +0000 (11:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 15 May 2012 15:22:06 +0000 (11:22 -0400)
changes/bug5259 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug5259 b/changes/bug5259
new file mode 100644 (file)
index 0000000..bdada58
--- /dev/null
@@ -0,0 +1,3 @@
+  o Documentation fixes:
+    - Clarify the behavior of MaxCircuitDirtiness with hidden service
+      circuits. Fix for issue 5259.
index 25a440d1bb7d17daafe783b945be6bcd04d817f8..5f10f68712386d9ea5e0158afad0b6d1b14d5648 100644 (file)
@@ -651,8 +651,9 @@ The following options are useful only for clients (that is, if
 
 **MaxCircuitDirtiness** __NUM__::
     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. (Default: 10
-    minutes)
+    but never attach a new stream to a circuit that is too old.  For hidden
+    services, this applies to the __last__ time a circuit was used, not the
+    first.  (Default: 10 minutes)
 
 **NodeFamily** __node__,__node__,__...__::
     The Tor servers, defined by their identity fingerprints or nicknames,