bug7359 462 B

123456789
  1. o Major features (controller):
  2. - Extend ORCONN controller event to include an "ID" parameter,
  3. and add four new controller event types CONN_BW, CIRC_BW,
  4. CELL_STATS, and TB_EMPTY that show connection and circuit usage.
  5. The new events are emitted in private Tor networks only, with the
  6. goal of being able to better track performance and load during
  7. full-network simulations. Implements proposal 218. Resolves
  8. ticket 7359.