diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-26 10:05:45 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-26 10:05:45 -0500 |
commit | 127cb39ffcacbcd99633671e92d299ef53bbac46 (patch) | |
tree | 191ea4d1c9e990d35e21938b64d3e6fcc84a429b /changes | |
parent | 2e9be92cd7a3ca58d73f3bd127f97c08c21210e0 (diff) | |
download | tor-127cb39ffcacbcd99633671e92d299ef53bbac46.tar tor-127cb39ffcacbcd99633671e92d299ef53bbac46.tar.gz |
Rate-limit "No circuits are opened" message to once-per-hour
mr-4 reports on #7799 that he was seeing it several times per second,
which suggests that things had gone very wrong.
This isn't a real fix, but it should make Tor usable till we can
figure out the real issue.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7799.ratelim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug7799.ratelim b/changes/bug7799.ratelim new file mode 100644 index 000000000..cb7742c5d --- /dev/null +++ b/changes/bug7799.ratelim @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Rate-limit the "No circuits are opened. Relaxed timeout for a + circuit with channel state open..." message to once per hour to + keep it from filling the notice logs. Mitigates bug 7799 but does + not fix the underlying cause. Bugfix on 0.2.4.7-alpha. + |