aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug193710
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug1937 b/changes/bug1937
new file mode 100644
index 0000000000..b1fed6b2be
--- /dev/null
+++ b/changes/bug1937
@@ -0,0 +1,10 @@
+ o Major bugfixes
+ - When receiving a circuit-level SENDME for a blocked circuit, try
+ to package cells fairly from all the streams that had previously
+ been blocked on that circuit. Previously, we had started with
+ the oldest stream, and allowed each stream to potentially
+ exhaust the circuit's package window. This gave older streams
+ on any given circuit priority over newer ones. Fixes bug 1937.
+ Detected by Camilo Viecco. This bug was introduced before the
+ first Tor release, in svn commit r152: it is the new winner of
+ the longest-lived bug prize.