From owner-cvs-sys Sat Feb 15 14:26:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA16855 for cvs-sys-outgoing; Sat, 15 Feb 1997 14:26:33 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA16846; Sat, 15 Feb 1997 14:26:30 -0800 (PST) Date: Sat, 15 Feb 1997 14:26:30 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199702152226.OAA16846@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys types.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/02/15 14:26:30 Modified: sys/sys types.h Log: Bump default FD_SETSIZE from 256 to 1024 as many modern systems do nowdays (like SunOs 5.5.1 f.e.) 256 is too small under real network load Revision Changes Path 1.15 +1 -1 src/sys/sys/types.h