Function rustix::net::sockopt::get_tcp_keepintvl

source ยท
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.