diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-03-20 04:57:27 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-03-20 04:57:27 +0000 |
commit | 50354cbae73cfa50315eff581010fa27fa6451fd (patch) | |
tree | e99d2878019239e4ea403b90d8fee7ac8b7f288c | |
parent | 52356f3e16f809c46ead4a438e7bc5cfd6c5af66 (diff) | |
download | tor-50354cbae73cfa50315eff581010fa27fa6451fd.tar.gz tor-50354cbae73cfa50315eff581010fa27fa6451fd.zip |
Add TODO item to make everything use mark_for_close; not doing so will now skew the stats
svn:r1312
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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! |