The information in this article applies to:
SYMPTOMSIf a Winsock application is continuosly doing a recvfrom() and has a timeout associated with the call, then after some time Windows 95 will either restart or hang (stop responding) as soon as it receives some data. RESOLUTIONThe application should use select() to determine if the socket is ready for reading before doing a recvfrom(). STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are reasearching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
This problem is observed in this situation:
REFERENCES
For more information, please see the following article in the Microsoft
Knowledge Base:
Keywords : kbnetwork kbAPI kbSDKPlatform kbWinOS95bug kbWinsock kbGrpNet |
Last Reviewed: March 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |