Function rustix::net::sockopt::set_tcp_keepintvl

source ยท
pub fn set_tcp_keepintvl<Fd: AsFd>(fd: Fd, value: Duration) -> Result<()>
Expand description

setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, value)

See the module-level documentation for more.