Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/socket/
Dtcp.rs136 fn sample(&mut self, new_rtt: u32) { in sample() method
171 self.sample((timestamp - sent_timestamp).total_millis() as u32); in on_ack()
6995 r.sample(100); in test_rtt_estimator()