pub const DEFAULT_TIMESTAMP_WINDOW: u64 = 6_000_000;Expand description
The default replay window: one minute, in 10-microsecond ticks.
A frame from a stream not seen before is rejected if its timestamp is more than this far behind the newest timestamp the verifier has accepted.