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 /doc | |
parent | ae40e7f6339208530ddbbc2fe6690faceb02a1ee (diff) | |
download | tor-0390a0499c3118743c7d727f0523b872f45dec0e.tar tor-0390a0499c3118743c7d727f0523b872f45dec0e.tar.gz |
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 'doc')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,10 +71,10 @@ Things we'd like to do in 0.2.0.x: . Finalize proposal o Implement parsing for extra-info documents o Have routers generate extra-info documents. - . Have have authorities accept them and serve them from specified URLs + o Have have authorities accept them and serve them from specified URLs o Implement directory-protocol side. o Implement storage in memory - - Implement cache on disk. + o Implement cache on disk. - Have routers upload extra-info documents. - Implement option to download and cache extra-info documents. - Drop bandwidth history from router-descriptors |