Searched refs:challenge_ack_timer (Results 1 – 1 of 1) sorted by relevance
415 challenge_ack_timer: Instant, field476 challenge_ack_timer: Instant::from_secs(0), in new()689 self.challenge_ack_timer = Instant::from_secs(0); in reset()1271 if cx.now() < self.challenge_ack_timer { in challenge_ack_reply()1276 self.challenge_ack_timer = cx.now() + Duration::from_secs(1); in challenge_ack_reply()