From 2e1f23151c5154b63ad1a533a2d51a1b8ecbd6ad Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 22 Mar 2013 14:57:58 -0400 Subject: count DATA cells with stream ID 0 as delivered for SENDME purposes Found while investigating 8093, but probably not the cause of it, since this bug would result in us sending too few SENDMEs, not in us receiving SENDMEs unexpectedly. Bugfix on the fix for 7889, which has appeared in 0.2.4.10-alpha, but not yet in any released 0.2.3.x version. --- changes/not_bug_8093 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/not_bug_8093 (limited to 'changes') diff --git a/changes/not_bug_8093 b/changes/not_bug_8093 new file mode 100644 index 000000000..1f7236347 --- /dev/null +++ b/changes/not_bug_8093 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - When rejecting DATA cells for stream_id zero, still count them against + the circuit's deliver window so that we don't get fail to send a + SENDME. Fix related to but probably not the cause of bug 8093; bugfix + on 0.2.4.10-alpha. -- cgit v1.2.3