From: Eric Allman Date: Fri, 7 May 1993 22:38:00 +0000 (-0800) Subject: add ListenQueueSize keyword to O (Daemon Options) option X-Git-Tag: BSD-4_4-Snapshot-Development~1614 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/278c561a59e7ee5d40ef485239d9a7c7d62414c9 add ListenQueueSize keyword to O (Daemon Options) option SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.45 --- diff --git a/usr/src/usr.sbin/sendmail/src/daemon.c b/usr/src/usr.sbin/sendmail/src/daemon.c index 675882ed8b..454763850e 100644 --- a/usr/src/usr.sbin/sendmail/src/daemon.c +++ b/usr/src/usr.sbin/sendmail/src/daemon.c @@ -13,9 +13,9 @@ #ifndef lint #ifdef DAEMON -static char sccsid[] = "@(#)daemon.c 6.44 (Berkeley) %G% (with daemon mode)"; +static char sccsid[] = "@(#)daemon.c 6.45 (Berkeley) %G% (with daemon mode)"; #else -static char sccsid[] = "@(#)daemon.c 6.44 (Berkeley) %G% (without daemon mode)"; +static char sccsid[] = "@(#)daemon.c 6.45 (Berkeley) %G% (without daemon mode)"; #endif #endif /* not lint */ @@ -83,6 +83,7 @@ static FILE *MailPort; /* port that mail comes in on */ int DaemonSocket = -1; /* fd describing socket */ SOCKADDR DaemonAddr; /* socket for incoming */ +int ListenQueueSize = 10; /* size of listen queue */ getrequests() {