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@winehq.org ReportedBy: ghazel@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.