Versions in this module Expand all Collapse all v0 v0.29.0 Jul 29, 2023 Changes in this version + 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)