[][src]Constant uhlc::DELTA_MS

pub const DELTA_MS: u64 = 100;

HLC Delta in milliseconds: maximum accepted drift for an external timestamp.

I.e.: if an incoming timestamp has a time > now() + delta, then the HLC is not updated.