golang.org/x/crypto/ssh.window.win (field)
7 uses
golang.org/x/crypto/ssh (current package)
common.go#L338: win uint32 // RFC 4254 5.2 says the window size can grow to 2^32-1
common.go#L351: if w.win+win < win {
common.go#L355: w.win += win
common.go#L381: for w.win == 0 && !w.closed {
common.go#L385: if w.win < win {
common.go#L386: win = w.win
common.go#L388: w.win -= win
![]() |
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. |