http://bugs.winehq.org/show_bug.cgi?id=21420
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2010-01-20 12:23:10 --- This is a Linux kernel feature, or a Windows bug, depending on your point of view. The problem is, a listening socket, after being asked to close, may not reenter the listen state until the TIME_WAIT state has passed. The Linux kernel folks have no intention of changing this, and Wine can't do anything about it. You'll need to change your application to avoid it.
In any event, it's not a Wine bug, so marking invalid...