Home
last modified time | relevance | path

Searched refs:challenge_ack_timer (Results 1 – 1 of 1) sorted by relevance

/smoltcp-0.9.1/src/socket/
Dtcp.rs415 challenge_ack_timer: Instant, field
476 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()