aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-03-21 03:18:45 +0000
committerNick Mathewson <nickm@torproject.org>2004-03-21 03:18:45 +0000
commitf608b85ddf25ab5c48473d9d922fdf420e8a2507 (patch)
treea978cc98ad537bcbf80ef74eca52da71fd7db263 /doc
parentb7c2b18bd696f79e6866ae70c58373dfbedf91f0 (diff)
downloadtor-f608b85ddf25ab5c48473d9d922fdf420e8a2507.tar
tor-f608b85ddf25ab5c48473d9d922fdf420e8a2507.tar.gz
Replace all connection_removes outsice of main.c with connection_mark_for_close
svn:r1328
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 0778264b5..8441a6aba 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -83,7 +83,7 @@ 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
+ o Audit users of connnection_remove and connection_free outside of
main.c; many should use mark_for_close instead.
On-going