aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-03-26 14:08:18 +0000
committerNick Mathewson <nickm@torproject.org>2007-03-26 14:08:18 +0000
commitd1381aef827d328ab80d11e0b9c478ec2b6f2d70 (patch)
tree3d7bbd4f4c615a442002e5c9c8f17c3ea8e5a493 /doc/TODO
parent38c0bb3a99956a0ff2e570bd8f2b900d46741992 (diff)
downloadtor-d1381aef827d328ab80d11e0b9c478ec2b6f2d70.tar
tor-d1381aef827d328ab80d11e0b9c478ec2b6f2d70.tar.gz
r12652@Kushana: nickm | 2007-03-25 15:01:48 -0400
A surprisingly simple patch to stop reading on edge connections when their circuits get too full, and start again when they empty out. This lets us remove the logic to block begin_dir conns when the corresponding or conns get full: it was already broken by cell queues anyway. svn:r9905
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 84b00ae29..bb58cc4b2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -74,7 +74,7 @@ Things we'd like to do in 0.2.0.x:
is full, not when the orconn is "too full".
- Do we switch to arena-allocation for cells?
- Can we stop doing so many memcpys on cells?
- - Also, only package data from exitconns when there is space on the
+ o Also, only package data from exitconns when there is space on the
target OR conn's outbuf? or when the circuit is not too full.
- MAYBE kill stalled circuits rather than stalled connections; consider
anonymity implications.