diff options
author | Roger Dingledine <arma@torproject.org> | 2005-12-28 09:13:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-12-28 09:13:02 +0000 |
commit | 316f241585ffb10285466d143f500bc04971097e (patch) | |
tree | af6549b72dbedc572f8eb0f30726e9cf83310dbb /doc/tor.1.in | |
parent | 6efda1073d0c72cf4f7033c4a9c6f569c6575e19 (diff) | |
download | tor-316f241585ffb10285466d143f500bc04971097e.tar tor-316f241585ffb10285466d143f500bc04971097e.tar.gz |
and update the man page
svn:r5675
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 352c0655f..c8b847438 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -339,17 +339,17 @@ between host and exit server after NUM seconds. The default 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 |