Date: Thu, 8 Oct 1998 15:32:37 -0700 (PDT) From: "User BichardR. Bence" <bichard@quartz.benctek.com> To: questions@FreeBSD.ORG Subject: FD_SETSIZE Message-ID: <199810082232.PAA00293@quartz.benctek.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810082232.PAA00293>