tor/changes/ticket30687
David Goulet 7cf9d54e6d token-bucket: Implement a single counter object
Closes #30687.

Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-06-11 14:02:22 +03:00

4 lines
185 B
Plaintext

o Minor feature (token bucket):
- Implement a generic token bucket that uses a single counter. This will be
useful for the anti-DoS onion service work. Closes ticket 30687.