+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.4.2.5.2.12 2008/09/11 06:14:46 each Exp $ */
+/* $Id: errno2result.c,v 1.4.2.5.2.13 2008/09/11 21:06:29 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: