Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!decwrl!ucbvax!OCFMAIL.OCF.LLNL.GOV!sumpter From: sumpter@OCFMAIL.OCF.LLNL.GOV (Robyne Sumpter) Newsgroups: comp.protocols.iso.dev-environ Subject: Does TNetAccept return # of connections Message-ID: <9104040019.AA17123@ocfmail.ocf.llnl.gov> Date: 4 Apr 91 00:19:12 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 20 I apologize for continuously asking questions concerning the TNetAccept call but... Is there any possible way to determine how many connections TNetAccept actually accepts? When using the asynchronous TNetAccept call, it is required that the TNetAccept routine get called twice to accept one connection. When the routine is called the second time, it is possible that a second connection may be partially accepted. This clears the event from the listen socket and creates a new socket connection unknown to the caller of TNetAccept. Is there some way to find out that on the second call to TNetAccept a new (second) connection was partially accepted? In version 6.0 it appeared that the number of connections was returned. Now that we have moved to version 6.8 the return value is always 0. I would appreciate any information that is offered. Thanks in advance for your attention. Robyne Sumpter Lawrence Livermore Lab sumpter@ocfmail.ocf.llnl.gov