diff options
author | Roger Dingledine <arma@torproject.org> | 2018-01-30 18:05:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-16 08:39:10 -0500 |
commit | 8d5dcdbda2160b6375cb479827d8cc2f16e06777 (patch) | |
tree | 2a4146426ebf0983dd2cfb664cb410e30d373270 /changes | |
parent | f0ed7895caa5daf5f62c25129bbe2880026fbf26 (diff) | |
download | tor-8d5dcdbda2160b6375cb479827d8cc2f16e06777.tar.gz tor-8d5dcdbda2160b6375cb479827d8cc2f16e06777.zip |
backport to make channel_is_client() accurate
This commit takes a piece of commit af8cadf3a9 and a piece of commit
46fe353f25, with the goal of making channel_is_client() be based on what
sort of connection handshake the other side used, rather than seeing
whether the other side ever sent a create_fast cell to us.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24898-029 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug24898-029 b/changes/bug24898-029 new file mode 100644 index 0000000000..f56dee5c76 --- /dev/null +++ b/changes/bug24898-029 @@ -0,0 +1,7 @@ + o Minor bugfixes: + - Make the internal channel_is_client() function look at what sort + of connection handshake the other side used, rather than whether + the other side ever sent a create_fast cell to us. Backports part + of the fixes from bug 24898. + + |