pub const TCP_KEEPCNT: c_int = 6;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man7/tcp.7.html.
The maximum number of keepalive probes TCP should send before dropping the connection.
pub const TCP_KEEPCNT: c_int = 6;Non-POSIX, see https://www.man7.org/linux/man-pages/man7/tcp.7.html.
The maximum number of keepalive probes TCP should send before dropping the connection.