diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2018-04-23 20:18:10 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2018-05-09 21:23:11 +0000 |
commit | 08bfb87d1b049d6454e03eb056c94d96e833e782 (patch) | |
tree | a53c50a614d144a725d2684e809ded0c373418bd | |
parent | 1268baee9e182afd764bc0e2bb68e205349f4376 (diff) | |
download | tor-08bfb87d1b049d6454e03eb056c94d96e833e782.tar.gz tor-08bfb87d1b049d6454e03eb056c94d96e833e782.zip |
Bug 25903: Changes file.
-rw-r--r-- | changes/ticket25903 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket25903 b/changes/ticket25903 new file mode 100644 index 0000000000..8d358c8a83 --- /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. |