The information in this article applies to:
SYMPTOMSWhen you run an application that uses sockets and then perform the following in this application, GetPeerName returns WSAENOTCONN.
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.
Q152734 How to Obtain the Latest Windows NT 4.0 Service Pack STATUSMicrosoft 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 |
Last Reviewed: April 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |