aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-01-13 01:19:02 +0000
committerNick Mathewson <nickm@torproject.org>2004-01-13 01:19:02 +0000
commit793c65e60fa0cf4be6cde6b6011d12291e92a969 (patch)
tree00307fb04c747a5f21466f4d1a06ba50ce195a75 /doc
parent20aca03df26d3594ad4d90fb0183a6f87f6d67b6 (diff)
downloadtor-793c65e60fa0cf4be6cde6b6011d12291e92a969.tar
tor-793c65e60fa0cf4be6cde6b6011d12291e92a969.tar.gz
Note discrepency between N bytes transmitted over TLS and actual bandwidth use; add 2 functions to help resolve.
svn:r986
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 857e31b2e..c48d78d29 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -119,6 +119,8 @@ Short-term:
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!