summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-07-15 14:31:35 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-07-15 14:31:35 +0000
commit840175d576030f5276c9a95e5a77a87ae6f35382 (patch)
treee869a804ff973ccd95e2118b66a26933ea3647b9 /src/include
parente139501224edbae1d02c534642597cfc42e5b71e (diff)
downloadskalibs-840175d576030f5276c9a95e5a77a87ae6f35382.tar.xz
mitigation: bump UNIXMESSAGE_MAXREADS to something that will never be reached. Real fix coming later.
Diffstat (limited to 'src/include')
-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 34386c3..94f62c6 100644
--- a/src/include/skalibs/unixmessage.h
+++ b/src/include/skalibs/unixmessage.h
@@ -43,7 +43,7 @@ extern unixmessage_v_t const unixmessage_v_zero ;
#define UNIXMESSAGE_MAXFDS 255
#define UNIXMESSAGE_BUFSIZE 2048
#define UNIXMESSAGE_AUXBUFSIZE (sizeof(int) * UNIXMESSAGE_MAXFDS + 1)
-#define UNIXMESSAGE_MAXREADS 32
+#define UNIXMESSAGE_MAXREADS 4096
/* Sender */