Searched refs:timer (Results 1 – 2 of 2) sorted by relevance
355 timer: Timer, field449 timer: Timer::new(), in new()616 self.timer.set_keep_alive(); in set_keep_alive()670 self.timer = Timer::new(); in reset()1470 self.timer.set_for_close(cx.now()); in process()1564 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()1570 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()1580 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()1604 self.timer.set_for_idle(cx.now(), self.keep_alive); in process()1610 if !self.timer.is_retransmit() || ack_all { in process()[all …]
68 - tcp: Only clear retransmit timer when all packets are acked ([#662](https://github.com/smoltcp-rs…