mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
93ebcc2b8f
Remove a series of connection counters that were only used when dumping the rephist statistics with SIGUSR1 signal. This reduces the or_history_t structure size. Closes #25163 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
271 B
Plaintext
5 lines
271 B
Plaintext
o Code simplification and refactoring (rephist):
|
|
- Remove a series of counters used to track circuit extend attemps and
|
|
connection status but that in reality we aren't using for anything other
|
|
than stats logged by a SIGUSR1 signal. Closes ticket 25163.
|