mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
committed by
Nick Mathewson
parent
f0ed7895ca
commit
8d5dcdbda2
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user