mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
3cb9a9b8ce
This was once used for rate-limiting, but now it's only for accounting. It hasn't served a useful purpose in a long time. Closes ticket 33097.
5 lines
227 B
Plaintext
5 lines
227 B
Plaintext
o Code simplification and refactoring:
|
|
- Remove the now-redundant 'outbuf_flushlen' field from our connection
|
|
type. It was previously used for an older version of our rate-limiting
|
|
logic. Closes ticket 33097.
|