diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-18 21:19:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-18 21:19:19 +0000 |
commit | ec55cf526dc7707cca7588718ba1f99c1fe0a7f0 (patch) | |
tree | 890940702217c6c11753950eefafbaf923bf04dc /doc | |
parent | a18770487227bce6e356f169aa86bdef70370c76 (diff) | |
download | tor-ec55cf526dc7707cca7588718ba1f99c1fe0a7f0.tar.gz tor-ec55cf526dc7707cca7588718ba1f99c1fe0a7f0.zip |
r12981@Kushana: nickm | 2007-05-18 14:12:19 -0400
First cut at code to download extra-info docs. Also note a bad bug in directory.c (look for the string BUG BUG BUG).
svn:r10209
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -92,7 +92,8 @@ Things we'd like to do in 0.2.0.x: version 0.2.0.0-alpha-dev (r10070) or later. o Implement, but make it option-controlled. o Make it always-on once it seems to work. - - Implement option to download and cache extra-info documents. + o Implement option to download and cache extra-info documents. + - Improve the 'retry' logic on extra-info documents. - Drop bandwidth history from router-descriptors - 105: Version negotiation for the Tor protocol (finalize by Jun 1) - 108: Base "Stable" Flag on Mean Time Between Failures |