Add conn to net stream and conn tests

This commit is contained in:
Stuckinaboot
2019-03-03 23:34:49 +11:00
parent 86b4bb5e55
commit 91b4d66d50
2 changed files with 8 additions and 5 deletions

View File

@ -5,6 +5,7 @@ class NetStream(INetStream):
def __init__(self, muxed_stream):
self.muxed_stream = muxed_stream
self.mplex_conn = muxed_stream.mplex_conn
self.protocol_id = None
def get_protocol(self):