diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-09 21:34:03 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-09 21:34:03 +0000 |
commit | 9c3df07b56ac2f3c1272d6234726c0b6e263e359 (patch) | |
tree | a35d4c415777b26a74b9d922bff59bfbaed02b50 /doc | |
parent | 32506ad2827b45bb960cf252aa0d08c426801010 (diff) | |
download | tor-9c3df07b56ac2f3c1272d6234726c0b6e263e359.tar.gz tor-9c3df07b56ac2f3c1272d6234726c0b6e263e359.zip |
r12687@Kushana: nickm | 2007-04-09 17:05:57 -0400
Try to fix bug 410: move responsibility for attaching/detaching initial streams from circuits into dns_resolve. Needs refactoring a little.
svn:r9931
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -70,8 +70,11 @@ Things we'd like to do in 0.2.0.x: o When making a circuit active on a connection with an empty buf, we need to "prime" the buffer, so that we can trigger the "I flushed some" test. - - Change how directory-bridge-choking works: choke when circuit queue + X Change how directory-bridge-choking works: choke when circuit queue is full, not when the orconn is "too full". + [No need to do this: the edge-connection choking will already take + care of this a bit, and rewriting the 'bridged connection' code + to not use socketpairs will give us even more control.] - Do we switch to arena-allocation for cells? - Can we stop doing so many memcpys on cells? o Also, only package data from exitconns when there is space on the |