diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-27 20:46:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-27 20:46:30 +0000 |
commit | b5c8a8ae53c141c14651485794999910d0168be8 (patch) | |
tree | 5a698b0cdf8502c9c945cd9f70cb00e1a96d9625 /doc/TODO | |
parent | 2050b31bb90861c6cbf8cfc54299f5a7f10609a2 (diff) | |
download | tor-b5c8a8ae53c141c14651485794999910d0168be8.tar.gz tor-b5c8a8ae53c141c14651485794999910d0168be8.zip |
r15422@catbus: nickm | 2007-09-27 16:42:35 -0400
Use descriptor annotations to record the source, download t time, and purpose of every descriptor we add to the store. The remaining to-do item is to stop setting do_not_cache on bridges.
svn:r11680
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -132,7 +132,7 @@ R - drop 'authority' queries if they're to our own identity key; accept o be more robust to bridges being marked as down and leaving us stranded without any known "running" bridges. N . Cache for bridge descriptors - . Annotated router store + o Annotated router store o Accept annotations before routers o Preserve and ignore unexpected annotations o Mechanism to add annotations when we first add a descriptor @@ -141,11 +141,15 @@ N . Cache for bridge descriptors 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 - - Learn purpose from annotations - - Set annotations based on purpose - - Preserve routers with unrecognized purpose. + o Document this. + o Add a few example annotations to make sure this works: source + and downloaded/uploaded-at seem like a good start + - Drop this later as needed. + o Use annotations to denote router purpose + o Learn purpose from annotations + o Set annotations based on purpose + o Preserve routers with unrecognized purpose. +R - Stop setting the do-not-cache flag based on purpose. - Bridges operators (rudimentary version) - Ability to act as dir cache without a dir port. o Bridges publish to bridge authorities |