]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
sendme: Add changes file for prop289
authorDavid Goulet <dgoulet@torproject.org>
Thu, 2 May 2019 15:10:41 +0000 (11:10 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 2 May 2019 15:10:41 +0000 (11:10 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/ticket26288 [new file with mode: 0644]

diff --git a/changes/ticket26288 b/changes/ticket26288
new file mode 100644 (file)
index 0000000..59bb856
--- /dev/null
@@ -0,0 +1,6 @@
+  o Major features (flow control):
+    - Implement authenticated SENDMEs detailed in proposal 289. A SENDME cell
+      now includes the digest of the last cell received so once the end point
+      receives the SENDME, it can confirm the other side's knowledge of the
+      previous cells that were sent. This behavior is controlled by two new
+      consensus parameters, see proposal for more details. Fixes ticket 26288.