http://bugs.winehq.org/show_bug.cgi?id=26031
--- Comment #34 from Artem S. Tashkinov t.artem@mailcity.com 2012-08-08 09:46:08 CDT --- Created attachment 41316 --> http://bugs.winehq.org/attachment.cgi?id=41316 server.c
(In reply to comment #33)
You can't accuse them of anything until you have a minimal test case.
Steps to reproduce:
1) winegcc -O2 -lwsock32 -I/opt/wine/include/wine/msvcrt -lmsvcrt server.c 2) (Text console 1) ./a.out 3) (Text console 2) telnet localhost 2007 Enter anything and press enter 4) (Text console 1) Ctrl + C 5) (Text console 2) nc -l 2007 nc: Address already in use
As simple as it is.