http://bugs.winehq.org/show_bug.cgi?id=31994
--- Comment #42 from Erich Hoover erich.e.hoover@gmail.com --- (In reply to Bruno Jesus from comment #41)
(In reply to Erich Hoover from comment #40)
You know, another way to solve this might be to just turn on broadcast packets if the program binds to a specific interface with a UDP socket. AJ might not be a fan of that though.
Well, the behavior of XP is inconsistent with the rest. Windows XP will do a broadcast if the address is x.x.x.255, other versions will not. ... sendto(x.x.x.255)+SO_BROADCAST=0 WORKS -- this is what this bug is about
Yeah, I understand - after looking at the logs a little more carefully I retract my comment. The app is binding to INADDR_ANY, I was figuring it might be binding to the adapter that corresponds to the x.x.x.255 network card.