ts-algochat
    Preparing search index...

    Interface PSKState

    Counter state for replay protection

    interface PSKState {
        peerLastCounter: number;
        seenCounters: Set<number>;
        sendCounter: number;
    }
    Index

    Properties

    peerLastCounter: number
    seenCounters: Set<number>
    sendCounter: number