Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: IdMappedPortTCP
| Subject: | Re: IdMappedPortTCP |
| Posted by: | "Danny Kellett" (dkelle..@gotadsl.co.uk) |
| Date: | Wed, 29 Mar 2006 18:53:31 |
Thanks for the reply.
For the client I just set ip and port.
When I set active, the client just hangs. Thats why I asked if ther is some
kind of logging function within the delphi app to see what is happening.
Both the client and server are not delphi apps.
I can use telnet serverIp port and it connects, the same with the delphi
app, but the client just hangs.
Sorry to seem thick but is there some logging function to see what maybe
wrong?
Thanks again
Danny
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:442ac4e1@newsgroups.borland.com...
>
> "Danny Kellett" <dkellett@gotadsl.co.uk> wrote in message
> news:442aad8d$1@newsgroups.borland.com...
>
>> I have a 2tier client server app. I have been told to build a tool which
> is
>> a tunnel so that I can add a time delay on the communication simulating
>> latency.
>
> You don't need a tunnel for that. Indy's TIdIOHandlerThrottle class can
> handle that.
>
>> Set active = true. Started, can see via netstat that sommething it
>> listening and then established but teh client doesnt work.
>
> Just saying it doesn't work says nothing about the actual problem you are
> having. Always provide specific details.
>
> You did not say how exactly you are configuring the client. What are all
> of
> the property values that you are setting for it?
>
>
> Gambit