From: job Date: Mon, 2 Sep 2024 11:56:22 +0000 (+0000) Subject: Increase number of concurrent RRDP session handler slots X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6dd0ae0386c558dadbc3427ee40c3b6c94a21985;p=openbsd Increase number of concurrent RRDP session handler slots OK claudio@ --- diff --git a/usr.sbin/rpki-client/rrdp.c b/usr.sbin/rpki-client/rrdp.c index bf348d951e2..c17eb7a7a1f 100644 --- a/usr.sbin/rpki-client/rrdp.c +++ b/usr.sbin/rpki-client/rrdp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rrdp.c,v 1.34 2024/08/20 13:31:49 claudio Exp $ */ +/* $OpenBSD: rrdp.c,v 1.35 2024/09/02 11:56:22 job Exp $ */ /* * Copyright (c) 2020 Nils Fisher * Copyright (c) 2021 Claudio Jeker @@ -33,7 +33,7 @@ #include "extern.h" #include "rrdp.h" -#define MAX_SESSIONS 12 +#define MAX_SESSIONS 32 #define READ_BUF_SIZE (32 * 1024) static struct msgbuf msgq;