mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
7 lines
421 B
Plaintext
7 lines
421 B
Plaintext
o Minor features (control port):
|
|
- Introduce new fields to the CIRC_BW event. There are two new fields in
|
|
each of the read and written directions. The DELIVERED fields report the
|
|
total valid data on the circuit, as measured by the payload sizes of
|
|
verified and error-checked relay command cells. The OVERHEAD fields
|
|
report the total unused bytes in each of these cells. Closes ticket 25903.
|