http://bugs.winehq.org/show_bug.cgi?id=7389
Peter Dons Tychsen donpedro@tdcadsl.dk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |donpedro@tdcadsl.dk
--- Comment #2 from Peter Dons Tychsen donpedro@tdcadsl.dk 2008-01-02 10:40:05 --- I have taken a look at it.
It seems that reception of packets from the other end stops after a few packets back and forth. Just before the packets are sent allot of encryption is going on in the encryption libs.
I think this encryption is the root cause of the problem. I think the data that gets to the other end are not encypted correctly, and causes the other end to halt traffic (just a theory).
I have compared the network trace with a trace running in WinXP, which clearly shows that it is the other end that stalls, and not us. (we never get response from the last packet we send - probably because it does not like the contents).
I have attached a trace of the problem. (only winsock & crypt).
If someone wants to have a go at it the program can be DLed here (demo): http://www.schwabat.com/Platforms/streetsmart_pro/Overview.aspx
I have CC'ed Juan Lang as he seems to be the master when it comes to encryption. (I hope he does not mind).