http://bugs.winehq.org/show_bug.cgi?id=9425
Ruediger Meier sweet_f_a@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sweet_f_a@gmx.de
--- Comment #10 from Ruediger Meier sweet_f_a@gmx.de 2012-02-05 07:00:23 CST --- There is another related case which is IMO very important.
1. Call connect() on a non blocking socket to a destination IP:port which will reject you. 2. Call select() with non zero writefds only.
Wine's select will return immediately with 0 which should only be returned after really timeouting!
Window's would return 0 after the specified timeout.
(I know that in real life I should wait on exceptfds too in the example above. Fortunately this works a expected.)