From 3644be03abd9ed06aaf0e5252d1aa5a9be5f9bce Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 20 Mar 2004 04:57:27 +0000 Subject: [PATCH] Add TODO item to make everything use mark_for_close; not doing so will now skew the stats svn:r1312 --- trunk/doc/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/doc/TODO b/trunk/doc/TODO index 1961c4e9a1..a6c6e2bc90 100644 --- a/trunk/doc/TODO +++ b/trunk/doc/TODO @@ -80,6 +80,8 @@ Short-term: X remove per-connection rate limiting - Make it harder to circumvent bandwidth caps: look at number of bytes sent across sockets, not number sent inside TLS stream. + - Audit users of connnection_remove and connection_free outside of + main.c; many should use mark_for_close instead. On-going . Better comments for functions!