We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3441c8 commit 0d183e6Copy full SHA for 0d183e6
sapi/fpm/fpm/fpm_sockets.h
@@ -14,7 +14,7 @@
14
/*
15
On FreeBSD and OpenBSD, backlog negative values are truncated to SOMAXCONN
16
*/
17
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__linux__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__linux__) || defined(__APPLE__)
18
#define FPM_BACKLOG_DEFAULT -1
19
#else
20
#define FPM_BACKLOG_DEFAULT 511
0 commit comments