aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-04-26 22:18:01 -0400
committerNick Mathewson <nickm@torproject.org>2011-04-27 00:01:41 -0400
commitf7a5bc16d689e8b919285c66cd0f07a6694bcc69 (patch)
treecdb1a354b356c2d0c2f225c5ed30ed1ca82f0d36 /changes
parentf962dda8c188ebe17be1ad7d6548f303b6425943 (diff)
downloadtor-f7a5bc16d689e8b919285c66cd0f07a6694bcc69.tar
tor-f7a5bc16d689e8b919285c66cd0f07a6694bcc69.tar.gz
warn if we launch too many circuits for a given stream
Diffstat (limited to 'changes')
-rw-r--r--changes/bug1090-launch-warning5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1090-launch-warning b/changes/bug1090-launch-warning
new file mode 100644
index 000000000..3f3fbcb4d
--- /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.