http://bugs.winehq.org/show_bug.cgi?id=7929
Erich Hoover ehoover@mines.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #23679|0 |1 is obsolete| |
--- Comment #84 from Erich Hoover ehoover@mines.edu 2009-09-23 00:25:43 --- Created an attachment (id=23714) --> (http://bugs.winehq.org/attachment.cgi?id=23714) Patch to selectively bind while still allowing broadcasts [v3]
(In reply to comment #83)
Since there's a plausible patch, reopening.
Thanks!
For those interested, I've attached an updated version that checks "select" calls and throws away packets that are not meant for the socket. This version also includes some additional tests in dlls/ws2_32/tests/sock.c that run through the "select" code. I believe I've found the appropriate place to tinker for IOCP and asynchronous sockets, but I have some other things I have to work on at the moment that will delay me for a few days.