From dc6feb1b1a19e0f4b888b3d1e4563fd22cc48af3 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 5 Mar 2010 10:53:35 -0800 Subject: [PATCH] winverbs/nd: do not convert wv_io_timeout to nd_timeout wv_io_timeout is an error value, but nd_timeout is a success value. This means that an overlapped request can be completed in error, but GetOverlappedResult can return a success value. Instead, if a timeout is fatal, report the status as wv_io_timeout, but if the timeout can be retried, then report the status as wv_timeout. Signed-off-by: Sean Hefty -- 2.46.0