[Bug 31994] AquadelicGT: Socket error, code=10013

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 23 07:42:13 CDT 2012


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

--- Comment #13 from Bruno Jesus <00cpxxx at gmail.com> 2012-10-23 07:42:13 CDT ---
I'm pretty sure this was discussed before but I could not find it. You could
try forcing SO_BROADCAST in the socket. Do something like this inside
WS2_sendto after "if ( fd == -1 ) return SOCKET_ERROR;"

n=1; setsockopt(fd,SOL_SOCKET,SO_BROADCAST,&n,sizeof(n));

I'm away from linux so I can't create a diff, sorry.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list