From owner-cvs-all Tue Nov 16 19:32: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2766214A16; Tue, 16 Nov 1999 19:32:07 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55014; Tue, 16 Nov 1999 19:32:06 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199911170332.TAA55014@freefall.freebsd.org> From: Peter Wemm Date: Tue, 16 Nov 1999 19:32:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/11/16 19:32:06 PST Modified files: usr.sbin/inetd inetd.c Log: Put the listening socket into non-blocking mode before doing an accept(2). This is a not really problem on -current as the accept race is fixed, however it is a MFC candidate for -stable. This could possibly be slightly more efficient and leave the listening socket permanently in non-blocking mode, but I wasn't certain that I could catch all the stream/wait (not nowait) mode implications. Revision Changes Path 1.73 +9 -1 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message