Function generate_cid_and_reset_token

Source
pub fn generate_cid_and_reset_token<T: SecureRandom>(
    rng: &T,
) -> (ConnectionId<'static>, u128)
Expand description

Generate a new pair of Source Connection ID and reset token.