aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorAndy Pan <panjf2000@gmail.com>2024-01-06 17:46:47 +0800
committerGitHub <noreply@github.com>2024-01-06 10:46:47 +0100
commita9381cdb03f756cc42307584aeec084fd31fee3d (patch)
treedfbe686748a89721158d53d916a191278c1192ae /docs/src
parente72a91e0636f0dc68ee8518786d8776270cd1dc2 (diff)
downloadlibuv-a9381cdb03f756cc42307584aeec084fd31fee3d.tar.gz
libuv-a9381cdb03f756cc42307584aeec084fd31fee3d.zip
unix: support full TCP keep-alive on Solaris (#4272)
Solaris claimed it supported the TCP-Alives mechanism, but TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT were not available on Solaris until the latest version 11.4. Therefore, we need to simulate the TCP-Alives mechanism on other platforms via TCP_KEEPALIVE_THRESHOLD + TCP_KEEPALIVE_ABORT_THRESHOLD.
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions