golang.org/x/crypto/ssh.handshakeTransport.writePacketsLeft (field)

4 uses

	golang.org/x/crypto/ssh (current package)
		handshake.go#L92: 	writePacketsLeft uint32
		handshake.go#L249: 	t.writePacketsLeft = packetRekeyThreshold
		handshake.go#L510: 	if t.writePacketsLeft > 0 {
		handshake.go#L511: 		t.writePacketsLeft--