diff options
author | Roger Dingledine <arma@torproject.org> | 2011-04-26 22:18:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-27 00:01:41 -0400 |
commit | f7a5bc16d689e8b919285c66cd0f07a6694bcc69 (patch) | |
tree | cdb1a354b356c2d0c2f225c5ed30ed1ca82f0d36 /changes | |
parent | f962dda8c188ebe17be1ad7d6548f303b6425943 (diff) | |
download | tor-f7a5bc16d689e8b919285c66cd0f07a6694bcc69.tar.gz tor-f7a5bc16d689e8b919285c66cd0f07a6694bcc69.zip |
warn if we launch too many circuits for a given stream
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1090-launch-warning | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1090-launch-warning b/changes/bug1090-launch-warning new file mode 100644 index 0000000000..3f3fbcb4d8 --- /dev/null +++ b/changes/bug1090-launch-warning @@ -0,0 +1,5 @@ + o Minor features: + - Keep track of how many times we launch a new circuit to handle + a given stream. Too many launches could indicate an inconsistency + between our "launch a circuit to handle this stream" logic and our + "attach our stream to one of the available circuits" logic. |