]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: refactor halfConnection to transport
authorDave Cheney <dave@cheney.net>
Tue, 20 Sep 2011 16:21:50 +0000 (12:21 -0400)
committerAdam Langley <agl@golang.org>
Tue, 20 Sep 2011 16:21:50 +0000 (12:21 -0400)
commitfd3978552ba514bff23ebadac6a75066c36f651d
tree647248240ea185ab2dabdbc198170bcaf86c0f35
parent3a013f117566fa58300a6f1c8f6e5d0b481315ec
exp/ssh: refactor halfConnection to transport
        This CL generalises the pair of halfConnection members that the
        serverConn holds into a single transport struct that is shared by
        both Server and Client, see also CL 5037047.

        This CL is a replacement for 5040046 which I closed by accident.

R=agl, bradfitz
CC=golang-dev
https://golang.org/cl/5075042
src/pkg/exp/ssh/channel.go
src/pkg/exp/ssh/common.go
src/pkg/exp/ssh/server.go
src/pkg/exp/ssh/transport.go
src/pkg/exp/ssh/transport_test.go [new file with mode: 0644]