diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-06-13 20:49:01 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2013-06-13 21:53:36 -0700 |
commit | 418c2845d03bf425ac2a0a9758b89e151dc3b9aa (patch) | |
tree | 44170de4ef1eecae952e9c9278120023006aafe9 /changes | |
parent | 72f775e18416300bd230f5784dc779db6138537b (diff) | |
download | tor-418c2845d03bf425ac2a0a9758b89e151dc3b9aa.tar.gz tor-418c2845d03bf425ac2a0a9758b89e151dc3b9aa.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..dcbecf6179 --- /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.4.12. |