koding/tunnel

tunnel: document tcp tunnels (+example)

krzysztofantczak opened this issue · 6 comments

Hi,

Does this package support raw tcp connections, so it could be used with ie. ssh? If so, how can i achieve this?

fatih commented

Hi @krzysztofantczak

Not yet, however it's simple to add them, because we do actually use TCP connections for the control channel, which is responsible of managing the tunnels between a client and server. I'll let this issue open so we can tackle it once later or soon.

@krzysztofantczak Support for TCP tunnels just landed in master, I'm going to close this issue once we have it documented in readme.

Cool :)

tried tcp tunnels aint working for me maybe direct usage

@nsubuga Do you mind sharing error messages or the source code you tried?

Is there any progress on this issue?