diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-09 15:27:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-09 15:27:45 +0000 |
commit | 5346a0179696f60b69d3cd0a7ece3308da496d75 (patch) | |
tree | 632d427069f37cc4a1c6e0b7262c869e73a47ccb /doc/TODO | |
parent | bb9cc4fb2960e8b6cda6a0a7584bcda534625f93 (diff) | |
download | tor-5346a0179696f60b69d3cd0a7ece3308da496d75.tar tor-5346a0179696f60b69d3cd0a7ece3308da496d75.tar.gz |
r14813@Kushana: nickm | 2007-10-09 11:10:48 -0400
Use download_status_t for v2 networkstatuses and certs as well as for routers. Make functions to manipulate it. Next steps: use it for consensus networkstatuses, and get consensus download rescheduling working.
svn:r11800
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -56,7 +56,9 @@ Things we'd like to do in 0.2.0.x: o Code to manage key certificates o Download as needed. o Code to download - D Code to retry download. + . Code to retry download. + o Schedule download times on failure + - Reattempt downloads periodically o Code to generate consensus from a list of votes o Detect whether votes are really all for the same period. o Push/pull documents as appropriate. |