commit 08bfb87d1b049d6454e03eb056c94d96e833e782 Author: Mike Perry mikeperry-git@torproject.org Date: Mon Apr 23 20:18:10 2018 +0000
Bug 25903: Changes file. --- changes/ticket25903 | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/ticket25903 b/changes/ticket25903 new file mode 100644 index 000000000..8d358c8a8 --- /dev/null +++ b/changes/ticket25903 @@ -0,0 +1,6 @@ + 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.