mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Integrate security selectin into libp2p system
This commit is contained in:
@ -12,7 +12,7 @@ Relevant go repo: https://github.com/libp2p/go-conn-security/blob/master/interfa
|
||||
"""
|
||||
class SecurityMultistream(ABC):
|
||||
|
||||
def __init__():
|
||||
def __init__(self):
|
||||
# Map protocol to secure transport
|
||||
self.transports = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user