nginx/auto/os
Sergey Kandaurov 5b8a5c08ce
Some checks failed
buildbot / buildbot (push) Has been cancelled
Core: added support for TCP keepalive parameters on macOS.
The support first appeared in OS X Mavericks 10.9 and documented since
OS X Yosemite 10.10.

It has a subtle implementation difference from other operating systems
in that the TCP_KEEPALIVE socket option (used in place of TCP_KEEPIDLE)
isn't inherited from a listening socket to an accepted socket.

An apparent reason for this behaviour is that it might be preserved for
the sake of backward compatibility.  The TCP_KEEPALIVE socket option is
not inherited since appearance in OS X Panther 10.3, which long predates
two other TCP_KEEPINTVL and TCP_KEEPCNT socket options.

Thanks to Andy Pan for initial work.
2025-05-27 01:59:02 +04:00
..
conf Configure: set cache line size for more architectures. 2024-03-27 19:36:51 +04:00
darwin Core: added support for TCP keepalive parameters on macOS. 2025-05-27 01:59:02 +04:00
freebsd Simplified sendfile(SF_NODISKIO) usage. 2021-12-27 19:48:33 +03:00
linux Configure: fixed Linux crypt_r() test to add libcrypt. 2024-02-26 20:00:38 +00:00
solaris Configure: fix build with -Werror=unused-but-set-variable. 2016-06-27 15:00:03 -07:00
win32 Configure: allow cross-compiling to Windows using Clang. 2024-02-26 20:00:48 +00:00