diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-18 02:51:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-18 02:51:12 +0000 |
commit | d118d5069a183574c8d03a7e9e5559e47a9ddaa4 (patch) | |
tree | 1e626d0675ecd4670b5989eb3c3fd0d1733bd29f /doc | |
parent | 87f6d526fea6acb28cffc916fd3266b895d9f1ae (diff) | |
download | tor-d118d5069a183574c8d03a7e9e5559e47a9ddaa4.tar.gz tor-d118d5069a183574c8d03a7e9e5559e47a9ddaa4.zip |
Prevent a "try forever to download an unobtainable descriptor" bug. Still remaining: the "give up forever" bug.
svn:r5090
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -133,7 +133,7 @@ R - check reachability as soon as you hear about a new server X By 'if-newer-than' (Does the spec require this??) o Support compression. N - Alice acts on network-status objects - . Alice downloads descriptors as needed. + o Alice downloads descriptors as needed. o Figure out what's needed o Store it o Implement store @@ -146,7 +146,8 @@ N - Alice acts on network-status objects o Call directory_has_arrived as needed; rename it. o Set has_fetched_directory properly. o Retry descriptors on failure - - Give up after a while. + o Give up after a while. + - But try again after a long while (???) - Check software versions according to some sane plan. o Alice sets descriptor status from network-status o Implement |