diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-03-26 14:08:18 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-03-26 14:08:18 +0000 |
commit | d1381aef827d328ab80d11e0b9c478ec2b6f2d70 (patch) | |
tree | 3d7bbd4f4c615a442002e5c9c8f17c3ea8e5a493 /doc/TODO | |
parent | 38c0bb3a99956a0ff2e570bd8f2b900d46741992 (diff) | |
download | tor-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/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |