Function jitter_seed
fn jitter_seed(client_id: &MqttString) -> u32Expand description
Seeds the backoff-jitter PRNG from wall-clock nanoseconds and the client id, so distinct client instances draw distinct jitter sequences.
fn jitter_seed(client_id: &MqttString) -> u32Seeds the backoff-jitter PRNG from wall-clock nanoseconds and the client id, so distinct client instances draw distinct jitter sequences.