diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-17 20:31:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-17 20:31:54 +0000 |
commit | 31668172eda0e3798ba18e59f18a0e2c10128595 (patch) | |
tree | 0fe6ca60e37d2ddd9e6465d12b81832ec2823cb2 /doc/TODO | |
parent | 3f186e6510f0df216ee1f807922745b21c791c68 (diff) | |
download | tor-31668172eda0e3798ba18e59f18a0e2c10128595.tar tor-31668172eda0e3798ba18e59f18a0e2c10128595.tar.gz |
r14626@catbus: nickm | 2007-08-17 11:20:05 -0400
Link note_router_reachable and note_router_unreachable to mtbf code. decouple mtbf from connect/disconnect. log it in USR1. do not blow it away on cleanup if we are an authority.
svn:r11151
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,8 +106,8 @@ Things we'd like to do in 0.2.0.x: - 105: Version negotiation for the Tor protocol . 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. + o Do not delete old stability information if we're an authority. + o Make sure authorities call up/down functions as appropriate. - Record mtbf between invocations - Base stable on mtbf. - 113: Simplifying directory authority administration |