diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-10 22:26:45 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-10 22:26:45 +0000 |
commit | e27c47b6de9b0234db5c93cdaa00abd3a1199678 (patch) | |
tree | a21b5dd1e7e22d13ee081bcae26b6e72f0ce3a18 /doc/tor.1.in | |
parent | f0aefebf02148bbce83fb29cb40a7a782f800900 (diff) | |
download | tor-e27c47b6de9b0234db5c93cdaa00abd3a1199678.tar tor-e27c47b6de9b0234db5c93cdaa00abd3a1199678.tar.gz |
UseEntryGuards and NumEntryGuards
svn:r5781
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index f5c3d6f95..dfd5aaa7a 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -341,16 +341,16 @@ between host and exit server after NUM seconds. The default is 1800 seconds (30 minutes). .LP .TP -\fBUseEntryNodes \fR\fI0|1\fP +\fBUseEntryGuards \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 +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 -\fBNumEntryNodes \fR\fINUM\fP -If UseEntryNodes is set to 1, we will try to pick a total of NUM routers +\fBNumEntryGuards \fR\fINUM\fP +If UseEntryGuards is set to 1, we will try to pick a total of NUM routers as long-term entries for our circuits. (Defaults to 3.) |