diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-22 06:06:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-22 06:06:05 +0000 |
commit | 921f9f774d4ce3ed24b48a5921fe7134dccffbb8 (patch) | |
tree | d61d5bf9cd4de80e729b334c5b146357cab81c6f /doc | |
parent | 991ebb42de888661a47512acec02d37f1db12685 (diff) | |
download | tor-921f9f774d4ce3ed24b48a5921fe7134dccffbb8.tar.gz tor-921f9f774d4ce3ed24b48a5921fe7134dccffbb8.zip |
r15279@catbus: nickm | 2007-09-22 02:00:06 -0400
V3 authority work: fetch missing votes and/or signatures as needed.
svn:r11575
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,8 +59,8 @@ Things we'd like to do in 0.2.0.x: . Code to retry download. o Code to generate consensus from a list of votes o Detect whether votes are really all for the same period. - . Push/pull documents as appropriate. - - Pull votes and signatures if we don't get them. + o Push/pull documents as appropriate. + o Pull votes and signatures if we don't get them. - Cache votes and signatures on disk? o Code to keep consensus docs in limbo if they don't have have enough signatures. |