Andy Pan 7658b78853
Implement full support of TCP Keep-Alives across most Unix-like OS's (#1532)
Default settings of TCP keep-alive are not always feasible,
take Linux for example, the duration a connection needs to be
idle before sending out the first keep-alive probe is two hours,
which makes detecting dead connections extremely deferred. Thus,
enabling TCP keep-alive will be to little avail.

This sets TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT when enabling TCP
keep-alive mechanism to make it practicable.
2024-01-05 19:52:43 +03:00
..
2023-07-13 21:21:09 +02:00
2022-06-12 23:58:50 +03:00
2018-05-07 02:40:16 +03:00
2019-08-29 23:08:12 +03:00
2019-08-29 23:08:12 +03:00
2019-08-29 23:08:12 +03:00