Searched refs:set_linger (Results 1 – 4 of 4) sorted by relevance
381 pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> { in set_linger() method382 self.source.set_linger(linger) in set_linger()704 stream.set_linger(Some(Duration::from_secs(1))).unwrap(); in ut_tcp_stream_basic()
154 pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> { in set_linger() method
191 pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> { in set_linger() method
138 .set_linger(Some(std::time::Duration::from_secs(1))) in sdv_tcp_stream_basic()