[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] and update the man page
Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc
Modified Files:
tor.1.in
Log Message:
and update the man page
Index: tor.1.in
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/tor.1.in,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -p -d -r1.107 -r1.108
--- tor.1.in 8 Dec 2005 19:58:14 -0000 1.107
+++ tor.1.in 28 Dec 2005 09:13:02 -0000 1.108
@@ -339,17 +339,17 @@ between host and exit server after NUM s
is 1800 seconds (30 minutes).
.LP
.TP
-\fBUseHelperNodes \fR\fI0|1\fP
-If this option is set to 1, we pick a few entry servers as our "helpers", and
-try to use only those fixed entry servers. This is desirable, because
+\fBUseEntryNodes \fR\fI0|1\fP
+If this option is set to 1, we pick a few long-term entry servers, and
+try to stick with them.. This is desirable because
constantly changing servers increases the odds that an adversary who owns
some servers will observe a fraction of your paths.
(Defaults to 0; will eventually default to 1.)
.LP
.TP
-\fBNumHelperNodes \fR\fINUM\fP
-If UseHelperNodes is set to 1, we will try to pick a total of NUM helper
-nodes as entries for our circuits.
+\fBNumEntryNodes \fR\fINUM\fP
+If UseEntryNodes is set to 1, we will try to pick a total of NUM routers
+as long-term entries for our circuits.
(Defaults to 3.)
.SH SERVER OPTIONS