http://bugs.winehq.org/show_bug.cgi?id=7929
Erich Hoover ehoover@mines.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #23714|0 |1 is obsolete| |
--- Comment #85 from Erich Hoover ehoover@mines.edu 2009-09-26 20:19:56 --- Created an attachment (id=23780) --> (http://bugs.winehq.org/attachment.cgi?id=23780) Patch to selectively bind while still allowing broadcasts [v4]
Alrighty folks, another new version. I believe this version should fully address Damjan's concerns. In addition to the "select" checks in the previous version, this version checks for filtered packets in async IO and IOCP (in WS2_async_recv and in sock_poll_event). Note that IOCP packets can go through both WS2_async_recv and sock_poll_event, depending on whether they are initiated with ReadFile or WSARecv. This version also includes some cleanup for clarity and tests that run through the IOCP code.
So, if people could take a look at this patch before I send it on to wine-devel then I would greatly appreciate it.