Documentation
    Preparing search index...

    Interface BurstCounter

    Init-burst operation counter for a single napplet.

    Stored in FirewallState.bursts keyed by napplet dTag.

    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