http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4429321
)
Revert "ws2_32: Increase a timeout for Garant (eterbug #5561)."
author
Vitaly Perov
<vitperov@etersoft.ru>
Thu, 17 Feb 2011 09:54:02 +0000
(12:54 +0300)
committer
Vitaly Perov
<vitperov@etersoft.ru>
Thu, 17 Feb 2011 09:54:02 +0000
(12:54 +0300)
This reverts commit
21a86f0905cd307d9bddca92716f49dcf9cb5746
.
dlls/ws2_32/socket.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/ws2_32/socket.c
b/dlls/ws2_32/socket.c
index 9c63fddd9af6efc32540510f2480f890875114b6..2407a14b64121e1bb215a435d080cf4380a31d61 100644
(file)
--- a/
dlls/ws2_32/socket.c
+++ b/
dlls/ws2_32/socket.c
@@
-3997,7
+3997,7
@@
static int WS2_sendto( SOCKET s, LPWSABUF lpBuffers, DWORD dwBufferCount,
while (wsa->first_iovec < dwBufferCount)
{
struct pollfd pfd;
- int timeout =
5
0;
+ int timeout =
1
0;
if ( _is_blocking(s) )
timeout = GET_SNDTIMEO(fd);