mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add clarifying comment about InsecureTransport
This commit is contained in:
@ -11,6 +11,11 @@ if TYPE_CHECKING:
|
|||||||
|
|
||||||
|
|
||||||
class InsecureTransport(ISecureTransport):
|
class InsecureTransport(ISecureTransport):
|
||||||
|
"""
|
||||||
|
``InsecureTransport`` provides the "identity" upgrader for a ``IRawConnection``,
|
||||||
|
i.e. the upgraded transport does not add any additional security.
|
||||||
|
"""
|
||||||
|
|
||||||
transport_id: str
|
transport_id: str
|
||||||
|
|
||||||
def __init__(self, transport_id: str) -> None:
|
def __init__(self, transport_id: str) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user