From 00eee917ecbc3f7781c5b55f5dd3edc6f41b1077 Mon Sep 17 00:00:00 2001 From: Justin Kilpatrick Date: Sat, 1 Jun 2019 18:09:46 -0400 Subject: [PATCH] Increase allowed management socket connections --- local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.h b/local.h index 23161111..045b222b 100644 --- a/local.h +++ b/local.h @@ -29,7 +29,7 @@ struct xroute; #define LOCAL_CHANGE 2 #ifndef MAX_LOCAL_SOCKETS -#define MAX_LOCAL_SOCKETS 4 +#define MAX_LOCAL_SOCKETS 128 #endif #define LOCAL_BUFSIZE 1024