Home | History | Annotate | Download | only in ssh2

Lines Matching defs:client_version

832 		final int client_version = 3;
834 log.debug("Sending SSH_FXP_INIT (" + client_version + ")...");
836 tw.writeUINT32(client_version);