From owner-freebsd-questions Tue Jan 21 18:06:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA02965 for questions-outgoing; Tue, 21 Jan 1997 18:06:36 -0800 (PST) Received: from nico.aarnet.edu.au (nico.aarnet.edu.au [139.130.204.16]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id SAA02960 for ; Tue, 21 Jan 1997 18:06:31 -0800 (PST) Received: from nico.telstra.net (nico.aarnet.edu.au [139.130.204.16]) by nico.aarnet.edu.au (8.6.10/8.6.10) with SMTP id NAA12731 for ; Wed, 22 Jan 1997 13:06:30 +1100 Date: Wed, 22 Jan 1997 13:06:28 +1100 (EST) From: Wayne Farmer To: freebsd-questions@freebsd.org Subject: FD_SETSIZE kernel settings Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Could someone explain how FD_SETSIZE affects things ? If one requires it to be more than 256 as defined in /usr/include/sys/types.h, is it just a matter of changing the value in : /usr/include/sys/types.h AND /sys/sys/types.h AND re-building the kernel and any affected applications. How often will this be important and if so, will it appear as a parameter in /sys/i386/conf/LINT I admit to being a little confused by the defaults for file descriptors in /bin/sh, modifications to this using sysctl and mods using limit in csh/tcsh Thanks for your time in what is probably a buzy period for the development team. Thanks Wayne