diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2009-07-11 18:43:33 -0700 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2009-07-13 16:30:42 -0700 |
commit | e7576f92dec47ffb48f481b7a92b3fc0c76105eb (patch) | |
tree | 166faf0f827cf8d7da58311258c287aeac68447b /doc | |
parent | 041a7b989630c846fa087628145920198da001f6 (diff) | |
download | tor-e7576f92dec47ffb48f481b7a92b3fc0c76105eb.tar.gz tor-e7576f92dec47ffb48f481b7a92b3fc0c76105eb.zip |
Add support for a new option: FetchDirInfoExtraEarly
This new option will allow clients to download the newest fresh consensus
much sooner than they normally would do so, even if they previously set
FetchDirInfoEarly. This includes a proper ChangeLog entry and an updated man
page.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 3ac0f92fe2..b6e22310f2 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -241,6 +241,13 @@ fetching early. Normal users should leave it off. (Default: 0) .LP .TP +\fBFetchDirInfoExtraEarly \fR\fB0\fR|\fB1\fR\fP +If set to 1, Tor will fetch directory information before other +directory caches. It will attempt to download directory information closer to +the start of the consensus period. Normal users should leave it off. +(Default: 0) +.LP +.TP \fBFetchHidServDescriptors \fR\fB0\fR|\fB1\fR\fP If set to 0, Tor will never fetch any hidden service descriptors from the rendezvous directories. This option is only useful if you're using |