Interface ProtectorInit

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

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

Default

1000