diff options
author | David Goulet <dgoulet@torproject.org> | 2020-03-17 10:14:57 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-03-17 10:14:57 -0400 |
commit | ee3e987898a1e656950aabf8bf0a99aed1450a98 (patch) | |
tree | 213f9a0e5b61c818c757bf796c177c8fe59b9655 /changes/ticket33623 | |
parent | c22696e3606f9873ddbf02b11dc91214853b8317 (diff) | |
download | tor-ee3e987898a1e656950aabf8bf0a99aed1450a98.tar.gz tor-ee3e987898a1e656950aabf8bf0a99aed1450a98.zip |
sendme: Emit version 1 by default
Closes #33623
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket33623')
-rw-r--r-- | changes/ticket33623 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/ticket33623 b/changes/ticket33623 new file mode 100644 index 0000000000..528af3ca02 --- /dev/null +++ b/changes/ticket33623 @@ -0,0 +1,2 @@ + o Minor feature (sendme, flow control): + - Default on sending SENDME version 1 cells. Closes ticket 33623. |