aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-09-17 18:27:43 +0000
committerNick Mathewson <nickm@torproject.org>2007-09-17 18:27:43 +0000
commit93d4ad974318f48b4def653f94d7088bdc6b4e09 (patch)
treecd2f8c6f778e9bcc5169733014c8872ed26affbc /doc/TODO
parent076b27aff8e27bbf1a6aa5fe8eb4bb43db597401 (diff)
downloadtor-93d4ad974318f48b4def653f94d7088bdc6b4e09.tar
tor-93d4ad974318f48b4def653f94d7088bdc6b4e09.tar.gz
r14447@Kushana: nickm | 2007-09-17 13:31:50 -0400
Track weighted fractional uptime in addition to weighted mtbf: we want to use mtbf for stable, but fractional uptime for guard. svn:r11456
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 2da94f840..4b2c4e393 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -165,6 +165,9 @@ N - Design/implement the "local-status" or something like it, from the
(high expected time to failure) or good guard qualities (high
fractional uptime).
- AKA Track uptime as %-of-time-up, as well as time-since-last-down
+ o Implement tracking
+ - Make uptime info persist too.
+ - Base Guard on weighted fractional uptime.
- Make TrackHostExits expire TrackHostExitsExpire seconds after their
*last* use, not their *first* use.
- Limit to 2 dir, 2 OR, N SOCKS connections per IP.