diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-27 20:46:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-27 20:46:24 +0000 |
commit | 60efd6b726728a1022e5845a711e640b08d7b93b (patch) | |
tree | 7ae169fc1b8bea34b6c07c7f7ca03e26dc0187c8 /doc/TODO | |
parent | 5ba6fd9e7be10200c754d240d646177524f2bd7d (diff) | |
download | tor-60efd6b726728a1022e5845a711e640b08d7b93b.tar tor-60efd6b726728a1022e5845a711e640b08d7b93b.tar.gz |
r15420@catbus: nickm | 2007-09-27 15:40:25 -0400
Remove annotated_desc_store store (which we never used). Instead, shift name of router store to cached-descriptors, but initialize it from cached-routers as needed
svn:r11678
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -138,8 +138,8 @@ N . Cache for bridge descriptors o Mechanism to add annotations when we first add a descriptor o Don't serve annotations o Reject annotations that appear in things we've downloaded - - Name the router store something different: cached-descriptors? - - But load from cached-routers if no cached-descriptors is + o Name the router store something different: cached-descriptors? + o But load from cached-routers if no cached-descriptors is found. - Document this. - Use annotations to denote router purpose |