Date: Tue, 16 Nov 1999 19:32:06 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c Message-ID: <199911170332.TAA55014@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911170332.TAA55014>
