From owner-freebsd-questions Thu Oct 8 15:33:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06410 for freebsd-questions-outgoing; Thu, 8 Oct 1998 15:33:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quartz.benctek.com (QUARTZ.benctek.com [204.245.214.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06386 for ; Thu, 8 Oct 1998 15:33:05 -0700 (PDT) (envelope-from bichard@quartz.benctek.com) Received: (from bichard@localhost) by quartz.benctek.com (8.8.8/8.8.8) id PAA00293 for questions@freebsd.org; Thu, 8 Oct 1998 15:32:37 -0700 (PDT) (envelope-from bichard) Date: Thu, 8 Oct 1998 15:32:37 -0700 (PDT) From: "User BichardR. Bence" Message-Id: <199810082232.PAA00293@quartz.benctek.com> To: questions@FreeBSD.ORG Subject: FD_SETSIZE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running version 2.2.7, I am trying to maximize the number of smtp connections a list-server can support at 255. The list-serveris qmail-1.03. I changed the the definition in /usr/src/sys/sys/types.h for FD_SETSIZE to 517 according to the formula provided in qmail docs of spawn# x 2 + 5. I did make world and compiled a new kernel. Unfortunately trying to compile qmail it still detects the value of FD_SET as the default. Two questions please. #1 what am I missing? #2 is there any way I can determine the value of FD_SET in the kernel? so I know whether it compiled correctly or whether there is something wrong with qmail's detection of its setting? Thanks in advance for the help. R. Bence richard@benctek.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message