diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-01-13 01:19:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-01-13 01:19:02 +0000 |
commit | 793c65e60fa0cf4be6cde6b6011d12291e92a969 (patch) | |
tree | 00307fb04c747a5f21466f4d1a06ba50ce195a75 /doc | |
parent | 20aca03df26d3594ad4d90fb0183a6f87f6d67b6 (diff) | |
download | tor-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/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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! |