diff options
author | George Kadianakis <desnacked@riseup.net> | 2021-07-22 15:02:13 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2021-07-22 15:03:56 +0300 |
commit | 72aa23a9fd1772de214ea8a22e1371c2d026dc7c (patch) | |
tree | d7b5da998b89eb36306e12285cfbbbb7b4679ade /changes | |
parent | 27d6b3ae7a7e1464395de9ed7e89d430d52f9356 (diff) | |
download | tor-72aa23a9fd1772de214ea8a22e1371c2d026dc7c.tar.gz tor-72aa23a9fd1772de214ea8a22e1371c2d026dc7c.zip |
circpad: Be smarter on when to send back STOP cells.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40435 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40435 b/changes/bug40435 new file mode 100644 index 0000000000..76d0a687eb --- /dev/null +++ b/changes/bug40435 @@ -0,0 +1,4 @@ + o Minor bugfixes (circuit padding): + - Don't send STOP circuit padding cells when the other side has already + shut down the corresponding padding machine. Fixes bug 40435; bugfix on + 0.4.0.1-alpha.
\ No newline at end of file |