diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-16 19:32:29 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-16 19:32:29 +0000 |
commit | 357b4645cf1e01e0b8790b0739d36221eb2bb3d0 (patch) | |
tree | bf3e737dba41eb60bbc81a8d37655df0b0801cc5 /doc/TODO | |
parent | 2df9bb937d94697eda4af74c92e534f07278a857 (diff) | |
download | tor-357b4645cf1e01e0b8790b0739d36221eb2bb3d0.tar tor-357b4645cf1e01e0b8790b0739d36221eb2bb3d0.tar.gz |
r14612@catbus: nickm | 2007-08-16 15:23:35 -0400
Initial work on proposal 108: have rephist.c track the information we want to be tracking for OR stability.
svn:r11147
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -101,11 +101,13 @@ Things we'd like to do in 0.2.0.x: - Start caching consensus documents once authorities make them - Start downloading and using consensus documents once caches serve them . 104: Long and Short Router Descriptors - . Merge proposal + o Merge proposal - Drop bandwidth history from router-descriptors - 105: Version negotiation for the Tor protocol - - 108: Base "Stable" Flag on Mean Time Between Failures - - Track mtbf in rephist.c + . 108: Base "Stable" Flag on Mean Time Between Failures + o Track mtbf in rephist.c + - Do not delete old stability information if we're an authority. + - Make sure authorities call up/down functions as appropriate. - Record mtbf between invocations - Base stable on mtbf. - 113: Simplifying directory authority administration |