http://bugs.winehq.org/show_bug.cgi?id=8513
------- Additional Comments From citizenr@gmail.com 2007-28-05 06:04 -------
Does this break any specific application for you?
no, I was just testing uTorrent which has problems with binding socket right after you close it, and saw the difference between windows and wine. Under Windows -running uTorrent, it binds port -establishing gazillion connections -closing program -running program again, it binds port works every time, under Wine it takes up to 10 minutes after closing uTorrent for the port to be ready to be bound again. I found this http://hea-www.harvard.edu/~fine/Tech/addrinuse.html and checked against SO_REUSEADDR just for kicks and saw that its not implemented under wine. I was wondering if it has anything to do with 10 minutes TIME_WAIT.