mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-26 15:42:34 +01:00
9 lines
462 B
Text
9 lines
462 B
Text
o Major features (controller):
|
|
- Extend ORCONN controller event to include an "ID" parameter,
|
|
and add four new controller event types CONN_BW, CIRC_BW,
|
|
CELL_STATS, and TB_EMPTY that show connection and circuit usage.
|
|
The new events are emitted in private Tor networks only, with the
|
|
goal of being able to better track performance and load during
|
|
full-network simulations. Implements proposal 218. Resolves
|
|
ticket 7359.
|
|
|