26 Jun
2007
26 Jun
'07
4:50 a.m.
http://bugs.winehq.org/show_bug.cgi?id=8677 ------- Additional Comments From citizenr(a)gmail.com 2007-25-06 23:50 ------- I tried injecting this into some testcases: int nodelay = 1; if(setsockopt(sock, IPPROTO_IP, TCP_NODELAY, (char*)&nodelay, sizeof(nodelay)) < 0){ trace("TCP_NODELAY failed: %d\n", WSAGetLastError()); WSACleanup(); return; } and tests don't fail for me attached ugly dirty fast patch for sock.c to test it -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.