diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-29 19:02:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-29 19:02:43 +0000 |
commit | f189ecbf202b8cb96ff3ecea775c259083a3b8e3 (patch) | |
tree | 5ef5ad3894ab9d5eabc685c38dab5e075427073e /doc/TODO | |
parent | 8408122222bda77347e46dedafc12abcd2b45e1e (diff) | |
download | tor-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/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |