[twsocket] SslWSocket client KeepAlive

2011-01-20 Thread daniel cc
Hello, What are the right parameters of the component for keeping the client alive, 1) KeepAliveInterval = ? 2) KeepAliveOnOff = ? 3) KeepAliveTime = ? What I would like to know is, What do you normally use and what is the best? Do you keepalive the connection by pinging the host or send

Re: [twsocket] SslWSocket client KeepAlive

2011-01-20 Thread Angus Robertson - Magenta Systems Ltd
What are the right parameters of the component for keeping the client alive, You asked this yesterday, and I answered. The KeepAliveOnOff parameters of the component are not necessarily reliable, it's better to send your own packets that you can see, particularly as you are creating your own

Re: [twsocket] SslWSocket client KeepAlive

2011-01-20 Thread daniel cc
Thanks Angus, I now your answers of yesterday but, What are these for? 1) KeepAliveInterval = ? 2) KeepAliveOnOff = ? 3) KeepAliveTime = ? Are they there for what? Do we have any samples of keepalive? or do I just have to figure out how? I have never done anything like this before and

Re: [twsocket] SslWSocket client KeepAlive

2011-01-20 Thread Angus Robertson - Magenta Systems Ltd
Do we have any samples of keepalive? Have you tried searching all the ICS files, you will find it is used. Or use Goggle, this is simple TCP programming, nothing specific to ICS. or do I just have to figure out how? Already answered twice. I won't be able of doing anything with out

Re: [twsocket] SslWSocket client KeepAlive

2011-01-20 Thread daniel cc
Have you tried searching all the ICS files, you will find it is used. Or use Goggle, this is simple TCP programming, nothing specific to ICS. Yes, I did and plenty of it. There are none documents which tells about how to in ICS and there are very few for Winsock. I won't be able of doing