Home
last modified time | relevance | path

Searched defs:TcpKeepalive (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/mio/src/net/tcp/
Dsocket.rs27 pub struct TcpKeepalive { struct
28 pub(crate) time: Option<Duration>,
37 pub(crate) interval: Option<Duration>,
45 pub(crate) retries: Option<u32>,
406 impl TcpKeepalive { implementation