Browse Source

sendme: Add changes file for prop289

Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet 5 years ago
parent
commit
562bcbcfc2
1 changed files with 6 additions and 0 deletions
  1. 6 0
      changes/ticket26288

+ 6 - 0
changes/ticket26288

@@ -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.