golang.org/x/crypto/ssh.mux.conn (field)
7 uses
golang.org/x/crypto/ssh (current package)
channel.go#L215: err := ch.mux.conn.writePacket(packet)
mux.go#L89: conn packetConn
mux.go#L118: conn: p,
mux.go#L137: return m.conn.writePacket(p)
mux.go#L182: return m.conn.Close()
mux.go#L201: m.conn.Close()
mux.go#L215: packet, err := m.conn.readPacket()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |