Revert "ws2_32: Increase a timeout for Garant (eterbug #5561)."
authorVitaly Perov <vitperov@etersoft.ru>
Thu, 17 Feb 2011 09:54:02 +0000 (12:54 +0300)
committerVitaly Perov <vitperov@etersoft.ru>
Thu, 17 Feb 2011 09:54:02 +0000 (12:54 +0300)
This reverts commit 21a86f0905cd307d9bddca92716f49dcf9cb5746.

dlls/ws2_32/socket.c

index 9c63fddd9af6efc32540510f2480f890875114b6..2407a14b64121e1bb215a435d080cf4380a31d61 100644 (file)
@@ -3997,7 +3997,7 @@ static int WS2_sendto( SOCKET s, LPWSABUF lpBuffers, DWORD dwBufferCount,
     while (wsa->first_iovec < dwBufferCount)
     {
         struct pollfd pfd;
-        int timeout = 50;
+        int timeout = 10;
 
         if ( _is_blocking(s) )
             timeout = GET_SNDTIMEO(fd);