summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-05-02 11:10:41 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-05-02 11:10:41 -0400
commit562bcbcfc216df9f25cd72f1e227b9313c872172 (patch)
tree20bece56560136a089cccd5ca389bdd02342cb0c /changes
parent77bd219808ac82c231aef37672e7fb212cd83d15 (diff)
downloadtor-562bcbcfc216df9f25cd72f1e227b9313c872172.tar.gz
tor-562bcbcfc216df9f25cd72f1e227b9313c872172.zip
sendme: Add changes file for prop289
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket262886
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket26288 b/changes/ticket26288
new file mode 100644
index 0000000000..59bb856dd2
--- /dev/null
+++ b/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.