aboutsummaryrefslogtreecommitdiff
path: root/changes/detect-full-queues
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-13 05:51:49 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-13 05:51:49 -0400
commit1bc20f9c1a6b5733b0502a67ee160291f761b802 (patch)
tree46f8244733c70a9a168cb03c57710030b32faebb /changes/detect-full-queues
parent286f407cd2ffbbbc41736fe4054faf870a1d96aa (diff)
downloadtor-1bc20f9c1a6b5733b0502a67ee160291f761b802.tar
tor-1bc20f9c1a6b5733b0502a67ee160291f761b802.tar.gz
merge changes files for upcoming release
Diffstat (limited to 'changes/detect-full-queues')
-rw-r--r--changes/detect-full-queues8
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/detect-full-queues b/changes/detect-full-queues
deleted file mode 100644
index c00e3ea8c..000000000
--- a/changes/detect-full-queues
+++ /dev/null
@@ -1,8 +0,0 @@
- o Major bugfixes:
- - Newly created streams were allowed to read cells onto circuits,
- even if the circuit's cell queue was blocked and waiting to drain.
- This created potential unfairness, as older streams would be
- blocked, but newer streams would gladly fill the queue completely.
- We add code to detect this situation and prevent any stream from
- getting more than one free cell. Bugfix on 0.2.0.1-alpha.
- Possible partial fix for bug 1298.