mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
fb7f90c181
* 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
7 lines
359 B
Plaintext
7 lines
359 B
Plaintext
o Major bugfixes (user interface):
|
|
- 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 doesn't count any further.
|
|
Fixes bug 19435; bugfix on 0.2.4.11-alpha.
|