Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: TIdTCPClient.Connect(Timeout not working)
| Subject: | Re: TIdTCPClient.Connect(Timeout not working) |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 3 Dec 2007 12:49:44 |
"Jamie Dale" <jamie.dale@yahoo.com> wrote in message
news:475345ea$1@newsgroups.borland.com...
> I just thought, I should mention that I was testing the timeout
> by trying to connect to a non-existent server address...
That is perfectly fine. Again, as soon as the OS knows that the connection
cannot succeed, it will abort the connect() immediately, before the full
timeout has elapsed.
> Didn't work though :(
It works fine for me.
Gambit
none