mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove the connection_t.outbuf_flushlen field
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.
This commit is contained in:
committed by
Alexander Færøy
parent
e8497bfaa7
commit
3cb9a9b8ce
@@ -0,0 +1,4 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user