[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Replace all connection_removes outsice of main.c with conne...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Replace all connection_removes outsice of main.c with conne...
- From: nickm@seul.org (Nick Mathewson)
- Date: Sat, 20 Mar 2004 22:18:47 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 20 Mar 2004 22:19:09 -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-serv28730/doc
Modified Files:
TODO
Log Message:
Replace all connection_removes outsice of main.c with connection_mark_for_close
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- TODO 20 Mar 2004 23:27:41 -0000 1.70
+++ TODO 21 Mar 2004 03:18:44 -0000 1.71
@@ -83,7 +83,7 @@
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