libp2p
    Preparing search index...

    Interface WebTransportInit

    interface WebTransportInit {
        certificates?: WebTransportCertificate[];
        maxInboundStreams?: number;
    }
    Index

    Properties

    certificates?: WebTransportCertificate[]
    maxInboundStreams?: number