Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!GYRE.UMD.EDU!chris From: chris@GYRE.UMD.EDU (Chris Torek) Newsgroups: comp.protocols.tcp-ip Subject: Re: TCP socket question under SunOS 3.4. Message-ID: <8804070313.AA18321@gyre.umd.edu> Date: 7 Apr 88 03:13:45 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 7 If the server attempts an accept() call which returns with an EMFILE (`too many open files') error, the pending connection should NOT be established. I.e., that it is is a bug. 4.3BSD does not have this bug (see /sys/sys/uipc_syscalls.c$accept(), around line 137). Chris