[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tunneling


Hello,
That is not part of the last tag, the 5.5 right? Nor in the branch 5.
Do you have any release date for 6?

BR


On 27 November 2013 18:11, Andreas Schneider <asn@xxxxxxxxxxxxxx> wrote:

> On Wednesday 27 November 2013 15:59:07 Joao Pedro Almeida Pereira wrote:
> > Hello,
> > So basically i need to do
> > rc = channel_open_forward(forwarding_channel,
> > "HostB", 22,
> > "localhost", 5555);
> > sock = create_socket("localhost",5555)
> > con_sock = wait_for_client( sock )
> > while true:
> > if have_things_to_read( con_sock ):
> >
> > size_data = read_from_socket( con_sock, data_from_socket )
> >
> > channel_write(forwarding_channel, data_from_socket, size_data )
> >
> > else if have_things_to_read( forwarding_channel):
> >
> > size_data = channel_read( forwarding_channel, data_from_server)
> >
> > size_data = write_to_socket( con_sock, data_from_server )
> > else:
> > sleep(0.1)
> > Something similar to this with all the control logic in order to handle
> the
> > case of errors.
> >
>
> http://git.libssh.org/projects/libssh.git/tree/examples/proxy.c
>
> :)
>
> --
> Andreas Schneider                   GPG-ID: CC014E3D
> www.cryptomilk.org                asn@xxxxxxxxxxxxxx
>
>


-- 
--
-----
--------
João Pereira

Email: joao.almeida@xxxxxxxxxxx
Web: http://www.bluetc.es

Follow-Ups:
Re: TunnelingAndreas Schneider <asn@xxxxxxxxxxxxxx>
References:
TunnelingJoao Pedro Almeida Pereira <joao.almeida@xxxxxxxxxxx>
Re: TunnelingDustin Oprea <myselfasunder@xxxxxxxxx>
Re: TunnelingJoao Pedro Almeida Pereira <joao.almeida@xxxxxxxxxxx>
Re: TunnelingAndreas Schneider <asn@xxxxxxxxxxxxxx>
Archive administrator: postmaster@lists.cynapses.org