Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dlistener.rs42 socket.set_reuse(true)?; in bind()
H A Dsocket.rs50 pub(crate) fn set_reuse(&self, is_reuse: bool) -> io::Result<()> { in set_reuse() method