[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] clarify that nodefamily is only need when the server doesn"t
- To: or-cvs@freehaven.net
- Subject: [or-cvs] clarify that nodefamily is only need when the server doesn"t
- From: arma@seul.org (Roger Dingledine)
- Date: Tue, 9 Nov 2004 19:37:01 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 09 Nov 2004 19:37:17 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc
Modified Files:
tor.1.in
Log Message:
clarify that nodefamily is only need when the server doesn't
use myfamily
Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- tor.1.in 10 Nov 2004 00:19:04 -0000 1.31
+++ tor.1.in 10 Nov 2004 00:36:58 -0000 1.32
@@ -135,9 +135,10 @@
Every NUM seconds consider whether to build a new circuit. (Default: 60)
.TP
\fBNodeFamily \fR\fInickname,nickname,...\fP
-The named Tor servers constitute a "family" of similar or
-co-administared servers, so never use any two of them in the same
-circuit. This option can be used multiple times.
+The named Tor servers constitute a "family" of similar or co-administared
+servers, so never use any two of them in the same circuit. Defining a
+NodeFamily is only needed when a server doesn't list the family itself
+(with MyFamily). This option can be used multiple times.
.TP
.\" \fBPathlenCoinWeight \fR\fI0.0-1.0\fP
.\" Paths are 3 hops plus a geometric distribution centered around this coinweight. Must be >=0.0 and <1.0. (Default: 0.3) NOT USED CURRENTLY