diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-14 01:50:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-14 01:50:17 -0400 |
commit | 6f5a720d151e8d43d0e76221dee842bc159af710 (patch) | |
tree | 08ac31220ebff328aa18290d6726a9854103b145 /changes | |
parent | b1f44fc20ba19690493a674f163cd55c117b6ce9 (diff) | |
parent | bd6bd1c9be24dac2350403beebae2dae55c639b6 (diff) | |
download | tor-6f5a720d151e8d43d0e76221dee842bc159af710.tar tor-6f5a720d151e8d43d0e76221dee842bc159af710.tar.gz |
Merge branch 'circuit_queue_cap-0.2.5-squashed'
Conflicts:
src/or/relay.c
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 000000000..e1d0a5e78 --- /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. |