golang.org/x/crypto/ssh.connectionState.seqNum (field)
5 uses
golang.org/x/crypto/ssh (current package)
transport.go#L71: seqNum uint32
transport.go#L130: packet, err := s.packetCipher.readCipherPacket(s.seqNum, r)
transport.go#L131: s.seqNum++
transport.go#L178: err := s.packetCipher.writeCipherPacket(s.seqNum, w, rand, packet)
transport.go#L185: s.seqNum++
![]() |
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. |