GetPeerName() Returns WSAENOTCONN After Select() Returns Success

ID: Q165989


The information in this article applies to:
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0
  • Microsoft Windows NT Server version 4.0, Terminal Server Edition


SYMPTOMS

When you run an application that uses sockets and then perform the following in this application, GetPeerName returns WSAENOTCONN.

  1. Issue the Connect() call in NonBlocking mode.


  2. Since Connect() returns asynchronously, issue the Select() call which should return when the Connect() completes.


  3. After the Select() returns, issue the GetPeerName() call which retrieves the name of the peer to which a socket is connected.



CAUSE

A timing problem allows Select(); to return before Connect();.


RESOLUTION

To work around this problem, put a Sleep(0) after the Select() function call.

To resolve this problem, obtain the latest service pack for Windows NT 4.0 or Windows NT Server 4.0, Terminal Server Edition. For additional information, please see the following article in the Microsoft Knowledge Base:

Q152734 How to Obtain the Latest Windows NT 4.0 Service Pack


STATUS

Microsoft has confirmed this to be a problem in Windows NT 4.0 and Windows NT Server 4.0, Terminal Server Edition. This problem was first corrected in Windows NT 4.0 Service Pack 4.0 and Windows NT Server 4.0, Terminal Server Edition Service Pack 4.

Additional query words: prodnt 4.00

Keywords : kbprg NT4SP4Fix kbbug4.00 kbfix4.00 nttcp kbfix4.00.sp4 kbfix4.00.sp2 NTSrvWkst
Version : WinNT:4.0
Platform : winnt
Issue type : kbbug


Last Reviewed: April 10, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.