Add conn to net stream and conn tests

This commit is contained in:
Stuckinaboot
2019-03-03 23:34:49 +11:00
committed by stuckinaboot
parent 26dd385c95
commit 22d6c97ef3
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):