mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
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.
4 lines
227 B
Text
4 lines
227 B
Text
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.
|