http://bugs.winehq.org/show_bug.cgi?id=8677 Summary: TCP_NODELAY causes socket failure Product: Wine Version: 0.9.38. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-net AssignedTo: wine-bugs(a)winehq.org ReportedBy: ghazel(a)gmail.com Settings a standard socket option, TCP_NODELAY: setsockopt(sock, IPPROTO_IP, TCP_NODELAY, (char*)&nodelay, sizeof(nodelay)); causes sockets to fail (timeouts, etc). The same code works fine on Windows, of course. -- 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.