[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Note discrepency between N bytes transmitted over TLS and a...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Note discrepency between N bytes transmitted over TLS and a...
- From: nickm@seul.org (Nick Mathewson)
- Date: Mon, 12 Jan 2004 20:19:09 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 12 Jan 2004 20:19:36 -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-serv2673/doc
Modified Files:
	TODO 
Log Message:
Note discrepency between N bytes transmitted over TLS and actual bandwidth use; add 2 functions to help resolve.
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- TODO	30 Dec 2003 23:05:06 -0000	1.48
+++ TODO	13 Jan 2004 01:19:02 -0000	1.49
@@ -119,6 +119,8 @@
         o Remember address and port when beginning. 
         - Extend by nickname/hostname/something, not by IP.
         - Need a relay teardown cell, separate from one-way ends.
+        - Make it harder to circumvent bandwidth caps: look at number of bytes
+          sent across sockets, not number sent inside TLS stream.
 
 On-going
         . Better comments for functions!