[Bug 9425] Select behavior different on Wine

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 24 02:36:20 CDT 2007


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


Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan.jov at gmail.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #4 from Damjan Jovanovic <damjan.jov at gmail.com>  2007-08-24 02:36:18 ---
This difference in select behaviour, along with several others, are already
documented in dlls/ws2_32/tests/sock.c function test_select() in a todo_wine {}
block.

It's relatively hard to implement in wine because we'd have to keep track for
each socket what state it is in and modify several functions to use/modify that
state correctly. I'm not sure any real world apps depend on it, after all you
should only select on a socket when it can receive a change in I/O state.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list