summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-06-20 11:15:21 +0000
committerLaurent Bercot <ska@appnovation.com>2024-06-20 11:15:21 +0000
commit1d941a9afc51fce47c4b2b673184eceb539a80bc (patch)
tree44956b0ed096bd29adc832a215e2962ed3e23079 /src
parenta1b53eda6cd1e6144bdc362d5a4e287dbf19d9fb (diff)
downloadskalibs-1d941a9afc51fce47c4b2b673184eceb539a80bc.tar.xz
Prepare for 2.4.2.1; align UNIXMESSAGE_MAXFDS to SCM_MAX_FD
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src')
-rw-r--r--src/include/skalibs/unixmessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/skalibs/unixmessage.h b/src/include/skalibs/unixmessage.h
index 4ea6342..f780f41 100644
--- a/src/include/skalibs/unixmessage.h
+++ b/src/include/skalibs/unixmessage.h
@@ -41,7 +41,7 @@ struct unixmessagev_s
extern unixmessagev const unixmessagev_zero ;
#define UNIXMESSAGE_MAXSIZE (1U << 28)
-#define UNIXMESSAGE_MAXFDS 255
+#define UNIXMESSAGE_MAXFDS 253
#define UNIXMESSAGE_BUFSIZE 2048
#define UNIXMESSAGE_AUXBUFSIZE (sizeof(int) * UNIXMESSAGE_MAXFDS + 1)
#define UNIXMESSAGE_MAXREADS 128