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.
This commit is contained in:
Roger Dingledine
2018-01-30 18:05:39 -05:00
committed by Nick Mathewson
parent f0ed7895ca
commit 8d5dcdbda2
3 changed files with 17 additions and 0 deletions
+7
View File
@@ -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.