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.
Param: count
Number of operations observed within the current burst window.
Param: windowStart
Timestamp (Unix ms) when the current burst window began.
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.Param: count
Number of operations observed within the current burst window.
Param: windowStart
Timestamp (Unix ms) when the current burst window began.