Hello Markus,

We developed exactly the same application as beta:
http://www.fastream.com/beta/SecureTunnelClient.zip

It is very intuitive and easy--perhaps you can test and see if it contains
the bug you mentioned.

Best Regards,

SZ

On 4/26/09, Markus Müller <twsoc...@priv.de> wrote:
>
> 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
>
-- 
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