[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add TODO item to make everything use mark_for_close; not do...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Add TODO item to make everything use mark_for_close; not do...
- From: nickm@seul.org (Nick Mathewson)
- Date: Fri, 19 Mar 2004 23:57:29 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 19 Mar 2004 23:57:47 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv9555
Modified Files:
TODO
Log Message:
Add TODO item to make everything use mark_for_close; not doing so will now skew the stats
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- TODO 19 Mar 2004 22:17:23 -0000 1.66
+++ TODO 20 Mar 2004 04:57:27 -0000 1.67
@@ -80,6 +80,8 @@
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!