diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-08-18 14:14:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-18 14:33:41 -0400 |
commit | 80391b88a58a747fe6ac326442557a827e350d4f (patch) | |
tree | 504fc58e94a67146852c494e245f9c41d5e769bd /changes/bug1653 | |
parent | 4dd3245abb32066e025bbf00e22dd40f4fc605cb (diff) | |
download | tor-80391b88a58a747fe6ac326442557a827e350d4f.tar.gz tor-80391b88a58a747fe6ac326442557a827e350d4f.zip |
Decide whether to ignore SENDMEs based on streams_blocked, not queue size
Diffstat (limited to 'changes/bug1653')
-rw-r--r-- | changes/bug1653 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug1653 b/changes/bug1653 new file mode 100644 index 0000000000..26cf55bc1f --- /dev/null +++ b/changes/bug1653 @@ -0,0 +1,8 @@ + o Major bugfixes: + - When the exit relay gets a circuit-level sendme cell, it started + reading on the exit streams, even if had 500 cells queued in our + circuit queue already, so our circuit queue just grew and grew + in some cases. We fix this by not re-enabling reading on SENDME + while the cell queue is blocked. Fixes bug 1653. Bugfix on + 0.2.0.1-alpha. Detected by Mashael ??. Original patch by + "yetonetime". |