diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-18 21:19:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-18 21:19:19 +0000 |
commit | ec55cf526dc7707cca7588718ba1f99c1fe0a7f0 (patch) | |
tree | 890940702217c6c11753950eefafbaf923bf04dc /ChangeLog | |
parent | a18770487227bce6e356f169aa86bdef70370c76 (diff) | |
download | tor-ec55cf526dc7707cca7588718ba1f99c1fe0a7f0.tar.gz tor-ec55cf526dc7707cca7588718ba1f99c1fe0a7f0.zip |
r12981@Kushana: nickm | 2007-05-18 14:12:19 -0400
First cut at code to download extra-info docs. Also note a bad bug in directory.c (look for the string BUG BUG BUG).
svn:r10209
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -87,8 +87,7 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? routers. These documents contain fields from router descriptors that aren't usually needed, and that use a lot of excess bandwidth. Once these fields are removed from router descriptors, - the bandwidth savings should be about 60%. (Limitation: servers - do not yet upload extra-info documents.) [Partially implements + the bandwidth savings should be about 60%. [Partially implements proposal 104.] - Directory authorities allow multiple router descriptors and/or extra info documents to be uploaded in a single go. This will make @@ -96,6 +95,10 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? - New config option V2AuthoritativeDirectory that all directory authorities should set. This will let future authorities choose not to serve V2 directory information. + - Servers upload extra-info documents to any authority that accepts + them. Authorities (and caches that have been configured to download + extra-info documents) download them as needed. [Partially implements + proposal 104.] o Minor features (controller): - Add a new config option __DisablePredictedCircuits designed for |