const golang.org/x/crypto/ssh.chanSize
7 uses
golang.org/x/crypto/ssh (current package)
channel.go#L464: incomingRequests: make(chan *Request, chanSize),
channel.go#L465: msg: make(chan interface{}, chanSize),
client.go#L47: ch = make(chan NewChannel, chanSize)
handshake.go#L25: const chanSize = 16
handshake.go#L109: incoming: make(chan []byte, chanSize),
mux.go#L119: incomingChannels: make(chan NewChannel, chanSize),
mux.go#L121: incomingRequests: make(chan *Request, chanSize),
 |
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. |