pub fn get_tcp_keepintvl<Fd: AsFd>(fd: Fd) -> Result<Duration>
Expand description
getsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL)
See the module-level documentation for more.
pub fn get_tcp_keepintvl<Fd: AsFd>(fd: Fd) -> Result<Duration>
getsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL)
See the module-level documentation for more.