golang.org/x/crypto/ssh.channelOpenMsg.MaxPacketSize (field)
5 uses
golang.org/x/crypto/ssh (current package)
messages.go#L197: MaxPacketSize uint32
mux.go#L279: if msg.MaxPacketSize < minPacketLength || msg.MaxPacketSize > 1<<31 {
mux.go#L291: c.maxRemotePayload = msg.MaxPacketSize
mux.go#L314: MaxPacketSize: ch.maxIncomingPayload,
![]() |
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. |