Run-time Configuration
On systems that support the TCP_KEEPCNT socket option, specifies how
many keepalives may be lost before the connection is considered dead.
- A value of 0 uses the system default. If TCP_KEEPINTVL is not
- supported, this parameter must be 0.
+ A value of 0 uses the system default. If TCP_KEEPCNT is not
+ supported, this parameter must be 0. This option is ignored
+ for connections made via a Unix-domain socket.