Home
last modified time | relevance | path

Searched refs:set_nodelay (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dstream.rs99 /// stream.set_nodelay(true).expect("set_nodelay call failed");
101 pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> { in set_nodelay() functions
102 self.inner.set_nodelay(nodelay) in set_nodelay()
114 /// stream.set_nodelay(true).expect("set_nodelay call failed");
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dstream.rs136 /// stream.set_nodelay(true).expect("set_nodelay call failed");
138 pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> { in set_nodelay() functions
139 self.inner.set_nodelay(nodelay) in set_nodelay()
151 /// stream.set_nodelay(true).expect("set_nodelay call failed");
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dstream.rs325 /// stream.set_nodelay(true).expect("set_nodelay call failed"); in fmt()
329 pub fn set_nodelay(&self, nodelay: bool) -> io::Result<()> { in fmt() functions
330 self.source.set_nodelay(nodelay) in fmt()
347 /// stream.set_nodelay(true).expect("set_nodelay call failed"); in fmt()
679 /// 3. Call peer_addr(), local_addr(), set_ttl(), ttl(), set_nodelay(),
701 stream.set_nodelay(true).unwrap(); in ut_tcp_stream_basic()
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dtcp_test.rs111 /// 3. Call peer_addr(), local_addr(), set_ttl(), ttl(), set_nodelay(),
134 stream.set_nodelay(true).unwrap(); in sdv_tcp_stream_basic()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs103 .and_then(|stream| match stream.set_nodelay(true) {

Completed in 4 milliseconds