Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : IdMappedPortTCP
| Subject: | IdMappedPortTCP |
| Posted by: | "Danny Kellett" (dkelle..@gotadsl.co.uk) |
| Date: | Wed, 29 Mar 2006 16:53:45 |
Hi All,
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.
So, I dropped a IdMappedPortTCP on a form set the MappedHost and Port to the
server app, set the default port to 55555, configured the client app to talk
to the localhost on 55555.
Client:55555<---->55555:IdMappedPortTCP:4444<----->4444:ServerApp
Set active = true. Started, can see via netstat that sommething it listening
and then established but teh client doesnt work.
Am I missing anything?
Is there a way of logging whats happening?
Am I an idiot? ;)
and finally should I buy cheap coffee or go for starbucks?
Thanks for your time
Danny