Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: document new TCP_KEEPCNT and TCP_KEEPINTVL socket option defaults
PR nodejs#32204 introduced new defaults for the TCP keep-alive socket options (see deps/uv/src/unix/tcp.c): - "TCP_KEEPCNT" now defaults to 10 on all platforms - "TCP_KEEPINTVL" now defaults to 1 on all platforms Previously, "TCP_KEEPCNT" and "TCP_KEEPINTVL" were not set explicitly and OS-default values were used. Fixes: nodejs#38298 Refs: nodejs#32204
- Loading branch information