diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-08-31 12:59:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-31 12:59:36 -0400 |
commit | 20817403173dcd2f8128c9c8b14491117cdc40b6 (patch) | |
tree | fb4fc1790daaf6d451a2876eb8b274dafb6daa1f /changes | |
parent | c66138609a489bb8aa312ead04aebd1bc65e679c (diff) | |
parent | 285addbd943cbc9e96c0a268f4f45510270b4468 (diff) | |
download | tor-20817403173dcd2f8128c9c8b14491117cdc40b6.tar tor-20817403173dcd2f8128c9c8b14491117cdc40b6.tar.gz |
Merge branch 'ratelim'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/log-ratelim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/log-ratelim b/changes/log-ratelim new file mode 100644 index 000000000..612a510fd --- /dev/null +++ b/changes/log-ratelim @@ -0,0 +1,7 @@ + o Minor bugfixes + - Rate-limit "Failed to hand off onionskin" warnings. + + o Minor features + - When logging a rate-limited warning, we now mention how many messages + got suppressed since the last warning. + |