Differences From Artifact [dc11e90e37]:
- File ssh.c — part of check-in [a4d7543bf7] at 2005-01-18 13:09:02 on branch trunk — Yes we do mean assignment. Bah. (user: owen size: 236588)
To Artifact [d14996c5d3]:
- File ssh.c — part of check-in [9ab372a1fe] at 2005-01-19 06:34:52 on branch trunk — Make the outgoing SSH2 sequence number unsigned, so as to avoid depending on overflow behaviour of signed integers. (user: ben size: 236598)
| ︙ | |||
685 686 687 688 689 690 691 | 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 | - + |
void *x11auth;
int version;
int v1_throttle_count;
int overall_bufsize;
int throttled_all;
int v1_stdout_throttling;
|
| ︙ |