Hi TWSocket Mailinglist,

I programmed a Delphi VLC Application which tunnels TCP connections over
a SSL
TCP connection. After some connections going on and off, the SSL Tunnel
freezes: the
onDataAvailable function just don't gets called anymore. The TCP Window
is at 0
and you can see that ICS is just not reading from its socket.

I have searched some days about this, and have founded the cause:
FMayTriggerDoRecv.
If the problem is apearing, then this value (which TriggerEvents
reports) is allways false.
I found out that if I add

FMayTriggerDoRecv := TRUE;

before the "TriggerEvents"-Call in line 13090 and 13209 then the freezes
disapear!
I think that line 13209 could be enough, but I didn't test so far.

Maybe somebody has an idear how to fix this...

Regards,
Markus Mueller

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to