diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-18 12:28:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-18 12:31:06 -0400 |
commit | bb9b4c37f8e7f5cf78918f382e90d8b11ff42551 (patch) | |
tree | a54f4514708bad9d4364a2773b6c829dbd3b7972 /changes | |
parent | f3c20a28ab50386064043cc31edb3b1b543d6fc6 (diff) | |
download | tor-bb9b4c37f8e7f5cf78918f382e90d8b11ff42551.tar.gz tor-bb9b4c37f8e7f5cf78918f382e90d8b11ff42551.zip |
Supply better and less frequent warnings on circID exhaustion
Fixes the surface behavior of #11553
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11553 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11553 b/changes/bug11553 new file mode 100644 index 0000000000..1540f4642f --- /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. |