![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Re: Is there any way to connect two sockets together?by zigster (Hermit) |
on Jan 11, 2001 at 20:46 UTC ( #51151=note: print w/replies, xml ) | Need Help?? |
Because my script is a cut down of the big picture. In the big picture it tunnels over a http proxy. It opens up a socket connection with a remote internet host via the proxy (using the connect method) this is a trival negotiation1. It then connects the data recieved from that connection to a local port. I can then connect applications to the local port and so to the outside world.
1
CONNECT host:port HTTP1/0
<NL>
or some such.
In Section
Seekers of Perl Wisdom
|
|