diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-26 09:59:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-26 09:59:48 -0400 |
commit | fb7f90c181dc44ae9f23cb4d16cac25609463d9f (patch) | |
tree | 8dbd4fcac2b2a70c3089858efc219d3bd5b8879c /changes | |
parent | 77459b97aac15949c5160ca8abb9af792f02ac73 (diff) | |
download | tor-fb7f90c181dc44ae9f23cb4d16cac25609463d9f.tar.gz tor-fb7f90c181dc44ae9f23cb4d16cac25609463d9f.zip |
Tweaks on 19435 fix:
* Raise limit: 16k isn't all that high.
* Don't log when limit exceded; log later on.
* Say "over" when we log more than we say we log.
* Add target version to changes file
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19435 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug19435 b/changes/bug19435 index ccd916be0f..d0a29d1983 100644 --- a/changes/bug19435 +++ b/changes/bug19435 @@ -2,5 +2,5 @@ - Fix an integer overflow in the rate-limiter that caused displaying of wrong number of suppressed messages (if there are too many of them). If the number of messages hits the limit of messages per interval the - rate-limiter drops a warning and doesn't count any further. - Fixes bug 19435. + rate-limiter doesn't count any further. + Fixes bug 19435; bugfix on 0.2.4.11-alpha. |