[go: up one dir, main page]

tcp_keepintvl

Function tcp_keepintvl 

Source
pub fn tcp_keepintvl<Fd: AsFd>(fd: Fd) -> Result<Duration>
Available on crate feature net only.
Expand description

getsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL)

See the module-level documentation for more.