mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Negotiate multiselect version for Muxer
`MuxerMultistream` is introduced to negotiate `Multiselect` version before negotiating Multiplexer's version. This is required by multistream 1.x
This commit is contained in:
@ -14,8 +14,6 @@ Relevant go repo: https://github.com/libp2p/go-conn-security/blob/master/interfa
|
||||
|
||||
|
||||
class AbstractSecureConn(ABC):
|
||||
conn: IRawConnection
|
||||
|
||||
@abstractmethod
|
||||
def get_local_peer(self) -> ID:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user