[Bug 8677] TCP_NODELAY causes socket failure

Wine Bugs wine-bugs at winehq.org
Mon Jun 25 23:50:29 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8677





------- Additional Comments From citizenr at 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.



More information about the wine-bugs mailing list