in reply to
Re: Re: Re: TCP/UDP tunneling over HTTP
in thread
TCP/UDP tunneling over HTTP
This is actually by far the best pointer, because it acts transparently for the end-user application.
The only problem with it is that it is a little off-topic since we are talking about Perl here, and also because:
- it lacks "multiplexing abilities" - that is, management of several connections at the same time
- it does not support UDP datagrams but only TCP connections tunneling
Thanks anyway, this was helpful!
Comment on
Re: Re: Re: Re: TCP/UDP tunneling over HTTP
Replies are listed 'Best First'.
Re: Re: Re: Re: Re: TCP/UDP tunneling over HTTP
by
Anonymous Monk
on Apr 02, 2004 at 18:39 UTC
No problem, I just meant that this app sort of did what you were looking for and was GPL. You might want to dig around the code and retro-perl it. ;>
[reply]
In Section
Seekers of Perl Wisdom