aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-29 19:02:43 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-29 19:02:43 +0000
commitf189ecbf202b8cb96ff3ecea775c259083a3b8e3 (patch)
tree5ef5ad3894ab9d5eabc685c38dab5e075427073e /doc/TODO
parent8408122222bda77347e46dedafc12abcd2b45e1e (diff)
downloadtor-f189ecbf202b8cb96ff3ecea775c259083a3b8e3.tar
tor-f189ecbf202b8cb96ff3ecea775c259083a3b8e3.tar.gz
r14832@catbus: nickm | 2007-08-29 15:00:27 -0400
Use (and debug) new file-writing functions in order to simplify code that formerly built big strings in RAM. svn:r11301
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 2af02f1a8..b18a67995 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -156,8 +156,8 @@ 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
- - Should TrackHostExits expire TrackHostExitsExpire seconds after their
- *last* use, not their *first* use?
+ - Make TrackHostExits expire TrackHostExitsExpire seconds after their
+ *last* use, not their *first* use.
- Limit to 2 dir, 2 OR, N SOCKS connections per IP.
- Or maybe close connections from same IP when we get a lot from one.
- Or maybe block IPs that connect too many times at once.