]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bug 25903: Changes file.
authorMike Perry <mikeperry-git@torproject.org>
Mon, 23 Apr 2018 20:18:10 +0000 (20:18 +0000)
committerMike Perry <mikeperry-git@torproject.org>
Wed, 9 May 2018 21:23:11 +0000 (21:23 +0000)
changes/ticket25903 [new file with mode: 0644]

diff --git a/changes/ticket25903 b/changes/ticket25903
new file mode 100644 (file)
index 0000000..8d358c8
--- /dev/null
@@ -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.