]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: add direct-tcpip client support
authorDave Cheney <dave@cheney.net>
Mon, 14 Nov 2011 02:05:35 +0000 (21:05 -0500)
committerAdam Langley <agl@golang.org>
Mon, 14 Nov 2011 02:05:35 +0000 (21:05 -0500)
commit7af553ab52cf0c79b906b70b9f4b11b2c926fbe1
tree44e1867ef0c11f8cbdd74f17e03594783a3fc44b
parent34466a14911163fadcc54725143b04c47d4080aa
exp/ssh: add direct-tcpip client support

This CL adds experimental support for making proxied
net.Conn connections via the remote server.

nb. Functional tests exist for this feature but CL
5320053 or similar needs to be committed to support them.

R=rsc, agl, n13m3y3r
CC=cw, golang-dev, huin
https://golang.org/cl/5371081
src/pkg/exp/ssh/Makefile
src/pkg/exp/ssh/tcpip.go [new file with mode: 0644]