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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,12 @@ Changes in version 0.2.2.1-alpha - 2009-??-?? connecting clients to disk every 24 hours. To enable this, run configure with the --enable-entry-stats option, and set "EntryStatistics 1" in your torrc. + - Certain Tor clients (such as those behind check.torproject.org) may + want to fetch the consensus in an extra early manner. To enable this + a user may now set FetchDirInfoExtraEarly to 1. This also depends on + setting FetchDirInfoEarly to 1. Previous behavior will stay the same + as only certain clients who must have this information sooner should + set this option. o Minor bugfixes - Hidden service clients didn't use a cached service descriptor that |