Versions in this module Expand all Collapse all v0 v0.0.6 Dec 26, 2024 Changes in this version + type ErrPeerIDMismatch struct + Actual peer.ID + Expected peer.ID + func (e ErrPeerIDMismatch) Error() string + type SecureConn interface + type SecureTransport interface + ID func() protocol.ID + SecureInbound func(ctx context.Context, insecure net.Conn, p peer.ID) (SecureConn, error) + SecureOutbound func(ctx context.Context, insecure net.Conn, p peer.ID) (SecureConn, error)