pub const TCP_KEEPIDLE: c_int = 4;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man7/tcp.7.html.
The time (in seconds) the connection needs to remain idle before TCP starts
sending keepalive probes, if the socket option SO_KEEPALIVE has been set
on this socket.