From a859cfcea98f67784c59acff77dd144041b2a46d Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 16 Feb 1997 06:39:43 +0000 Subject: [PATCH] Back ut FD_SETSIZE increasing until related kernel issues will be resolved --- sys/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/types.h b/sys/sys/types.h index f2545bfc56a6..ce9495adb8c4 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -136,7 +136,7 @@ typedef _BSD_TIME_T_ time_t; * be enough for most uses. */ #ifndef FD_SETSIZE -#define FD_SETSIZE 1024 +#define FD_SETSIZE 256 #endif typedef long fd_mask;