Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!rphroy!caen!uwm.edu!bionet!agate!ucbvax!xtel.co.uk!j.onions From: j.onions@xtel.co.uk (Julian Onions) Newsgroups: comp.protocols.iso.dev-environ Subject: Re: Does TNetAccept return # of connections Message-ID: <28750.670794816@xtel.co.uk> Date: 4 Apr 91 19:53:36 GMT References: <9104040019.AA17123@ocfmail.ocf.llnl.gov> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 9 No - it is not possible to tell this. To my knowledge it has never returned the number of calls partially accepted. It returns OK, NOTOK or the number of file descriptors that have events waiting on them. You cannot tell what TNetAccept is doing - how many calls it has partially accepted or what. The only thing you know is it returns a maximum of one new full connection per call. Julian.