NDNts
    Preparing search index...
    interface Options {
        connectTimeout?: number;
        insecureSkipVerify?: boolean;
    }

    Hierarchy

    • WebTransportOptions
      • Options
    Index
    connectTimeout?: number

    Connect timeout (in milliseconds).

    10000

    insecureSkipVerify?: boolean

    Skip TLS certificate verification (Node.js only).

    false

    serverCertificateHashes does not work in Node.js due to @webtransport-bun/webtransport v0.3.0 bugs but would be supported when they release v1.0.