in reply to Re: Re: TCP/UDP tunneling over HTTP
in thread TCP/UDP tunneling over HTTP

You might find a step for a hint here: http://www.nocrew.org/software/httptunnel.html
  • Comment on Re: Re: Re: TCP/UDP tunneling over HTTP

Replies are listed 'Best First'.
Re: Re: Re: Re: TCP/UDP tunneling over HTTP
by Anonymous Monk on Apr 02, 2004 at 14:21 UTC
    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!
      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. ;>