Documentation
    Preparing search index...

    Interface BurstCounter

    Init-burst operation counter for one initialization lifecycle.

    Stored in FirewallState.bursts keyed by a host-attested initKey when one is supplied, otherwise by napplet dTag for backwards-compatible pure callers. The counter is scoped to ONE burst window: evaluate() discards it once now - windowStart >= burstGuard.windowMs.

    Number of operations observed within the current burst window.

    Timestamp (Unix ms) when the current burst window began.

    interface BurstCounter {
        count: number;
        windowStart: number;
    }
    Index

    Properties

    Properties

    count: number
    windowStart: number