diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-06-13 20:41:00 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2013-06-13 21:39:04 -0700 |
commit | 4cce58d3c22c65350fffb3c4bc4dccd73e0193d7 (patch) | |
tree | 01764f77d0a2b27397ce91da3acc089493ef296c /changes | |
parent | 4835faebf533f93eb390649dfcb5c8cc0289e3d3 (diff) | |
download | tor-4cce58d3c22c65350fffb3c4bc4dccd73e0193d7.tar.gz tor-4cce58d3c22c65350fffb3c4bc4dccd73e0193d7.zip |
Don't queue more cells as a middle relay than the spec allows to be in flight
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9063 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug9063 b/changes/bug9063 new file mode 100644 index 0000000000..af3b1a87f4 --- /dev/null +++ b/changes/bug9063 @@ -0,0 +1,3 @@ + o Normal bugfixes: + - Close any circuit that has more cells queued than the spec permits. + Fixes bug #9063; bugfix on 0.2.3.25. |