From 166de18d1084d593aacc13d27c7669c8f17680f7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Dec 2016 14:30:26 +0000 Subject: [PATCH] internal.h: Add comment discouraging excessive MAXSERVERS Signed-off-by: Ian Jackson --- src/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.h b/src/internal.h index 43f6d43..51e9ea2 100644 --- a/src/internal.h +++ b/src/internal.h @@ -53,7 +53,7 @@ typedef unsigned char byte; /* Configuration and constants */ -#define MAXSERVERS 5 +#define MAXSERVERS 5 /* do not increase beyond no. of bits in `unsigned'! */ #define MAXSORTLIST 15 #define UDPMAXRETRIES 15 #define UDPRETRYMS 2000 -- 2.30.2