aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-18 12:28:30 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-18 12:31:06 -0400
commitbb9b4c37f8e7f5cf78918f382e90d8b11ff42551 (patch)
treea54f4514708bad9d4364a2773b6c829dbd3b7972 /changes
parentf3c20a28ab50386064043cc31edb3b1b543d6fc6 (diff)
downloadtor-bb9b4c37f8e7f5cf78918f382e90d8b11ff42551.tar
tor-bb9b4c37f8e7f5cf78918f382e90d8b11ff42551.tar.gz
Supply better and less frequent warnings on circID exhaustion
Fixes the surface behavior of #11553
Diffstat (limited to 'changes')
-rw-r--r--changes/bug115535
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11553 b/changes/bug11553
new file mode 100644
index 000000000..1540f4642
--- /dev/null
+++ b/changes/bug11553
@@ -0,0 +1,5 @@
+ o Minor features:
+ - When we run out of usable circuit IDs on a channel, log only one
+ warning for the whole channel, and include a description of
+ how many circuits there were on the channel. Fix for part of ticket
+ #11553.