summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-05-23 03:27:39 +0000
committerRoger Dingledine <arma@torproject.org>2006-05-23 03:27:39 +0000
commitbd165ccccdf43ec334aaf7b88367f15bd643d610 (patch)
tree8fb217ca0dcdb8f3e726249ccb637dee3bec2bf4 /doc/TODO
parent6b058bd563a31c0fbc51945419d973a5d8a2562b (diff)
downloadtor-bd165ccccdf43ec334aaf7b88367f15bd643d610.tar.gz
tor-bd165ccccdf43ec334aaf7b88367f15bd643d610.zip
two more todo items that need to be solved during the wsaenobufs quest.
svn:r6466
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index bf387bce2a..c5ae96cd99 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -61,6 +61,10 @@ N . memory usage on dir servers. copy less!
N - oprofile including kernel time on multiple platforms
Items for 0.1.2:
+ - make tor's use of openssl operate on buffers rather than sockets,
+ so we can make use of libevent's buffer paradigm once it has one.
+ - make tor's use of libevent tolerate either the socket or the
+ buffer paradigm; includes unifying the functions in connect.c.
- support dir 503s better
o clients don't log as loudly when they receive them
- they don't count toward the 3-strikes rule