commit
8e4c5c740e
|
@ -8,7 +8,7 @@ class Multiplex(object):
|
|||
def __init__(self, conn, initiator):
|
||||
"""
|
||||
:param conn: an instance of raw connection
|
||||
: param initiator: boolean to prevent multiplex with self
|
||||
:param initiator: boolean to prevent multiplex with self
|
||||
"""
|
||||
self.muxed_conn = MuxedConn(conn, initiator)
|
||||
|
||||
|
|
|
@ -21,4 +21,3 @@ class TransportUpgrader(object):
|
|||
# For PoC, no security
|
||||
# Default to mplex
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user