libp2p
    Preparing search index...

    Interface ProtectorInit

    interface ProtectorInit {
        psk: Uint8Array;
        timeout?: number;
    }
    Index

    Properties

    Properties

    A pre-shared key. This must be the same byte value for all peers in the swarm in order for them to communicate.

    timeout?: number

    The initial nonce exchange must complete within this many milliseconds

    1000