https://bugs.winehq.org/show_bug.cgi?id=53588
marc samuro marcsamuro@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|3.0 |7.0
--- Comment #1 from marc samuro marcsamuro@gmail.com --- i'm doing test with wine-7.0 now, and found a clue:
tcp sockets are owned by wineserver, whereas udp sockets are owned by the windows app.
That explains the difference, but why does wineserver drop them ?
$ netstat -nap Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 28183/wineserver tcp6 0 0 :::80 :::* LISTEN 28183/wineserver udp 0 0 0.0.0.0:13000 0.0.0.0:* 28181/planet_server udp6 0 0 :::13000 :::* 28181/planet_server