diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-30 19:48:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-30 19:48:39 +0000 |
commit | 0390a0499c3118743c7d727f0523b872f45dec0e (patch) | |
tree | 9acdabaeaf8c89cc5f95596f5a798a1c75963979 /ChangeLog | |
parent | ae40e7f6339208530ddbbc2fe6690faceb02a1ee (diff) | |
download | tor-0390a0499c3118743c7d727f0523b872f45dec0e.tar.gz tor-0390a0499c3118743c7d727f0523b872f45dec0e.zip |
r12586@catbus: nickm | 2007-04-30 15:43:05 -0400
More work for proposal 104: actually cache extrainfo documents to disk, and reload the cache properly.
svn:r10070
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -60,8 +60,7 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? 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; authorities do not yet cache them.) [Partially implements - proposal 104.] + documents.) [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 implementing proposal 104 simpler. |