+2438. [bug] Timeouts could be logged incorrectly under win32.
+ [RT #18617]
+
2437. [bug] Sockets could be closed too early, leading to
inconsistent states in the socket module. [RT #18298]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: errno2result.c,v 1.9.18.6 2008/09/11 05:43:32 each Exp $ */
+/* $Id: errno2result.c,v 1.9.18.7 2008/09/11 21:05:22 each Exp $ */
#include <config.h>
return (ISC_R_NETUNREACH);
case ERROR_PORT_UNREACHABLE:
return (ISC_R_HOSTUNREACH);
+ case ERROR_SEM_TIMEOUT:
+ return (ISC_R_TIMEDOUT);
case WSAECONNRESET:
case WSAENETRESET:
case WSAECONNABORTED: