diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-05-02 18:12:52 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-05-02 18:12:52 +0300 |
commit | b2c2cb928722cd3ecd0781d51ce5c9a7c9029b55 (patch) | |
tree | 296210a968cb03b3b2a4d6ab83fecc7724ee40af /changes | |
parent | 4d461e20f766ab6fe0979229e0281e31fc9491e7 (diff) | |
parent | 562bcbcfc216df9f25cd72f1e227b9313c872172 (diff) | |
download | tor-b2c2cb928722cd3ecd0781d51ce5c9a7c9029b55.tar.gz tor-b2c2cb928722cd3ecd0781d51ce5c9a7c9029b55.zip |
Merge branch 'tor-github/pr/986'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket26288 | 6 |
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. |