diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-06-13 20:32:31 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2013-06-13 21:59:01 -0700 |
commit | 459aada4d0e2ca1c4538fb6f4ef4e275ae162600 (patch) | |
tree | 1c8242f0455b99a10792670977b3341ef7beb8e4 /changes | |
parent | 6fc3997307b1a2729dcc651102e79b195698b6af (diff) | |
download | tor-459aada4d0e2ca1c4538fb6f4ef4e275ae162600.tar.gz tor-459aada4d0e2ca1c4538fb6f4ef4e275ae162600.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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9063 b/changes/bug9063 new file mode 100644 index 0000000000..e1d0a5e780 --- /dev/null +++ b/changes/bug9063 @@ -0,0 +1,4 @@ + o Normal bugfixes: + - Close any circuit that has 10% more cells queued than the spec permits + and warn when the queue length exceeds that threshold. Fixes bug + #9063; bugfix on 0.2.4.12. |