Skip to content

Draft: Remove the connection_t.outbuf_flushlen field

Nick Mathewson requested to merge nickm/tor:ticket33097 into master

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.

Github PR at https://github.com/torproject/tor/pull/2018

Merge request reports