libp2p
    Preparing search index...

    Module index

    import { createLibp2p } from 'libp2p'
    import { tls } from '@libp2p/tls'

    const node = await createLibp2p({
    // ...other options
    connectionEncrypters: [
    tls()
    ]
    })
    TLSComponents
    PROTOCOL
    tls