|
Data Fields |
vsl_auth_t | auth |
| type of authentication performed
|
unsigned char | auth_recv_key [VSL_AUTH_KEYLEN] |
| authentication key for receiving
|
unsigned char | auth_send_key [VSL_AUTH_KEYLEN] |
| authentication key for sending
|
unsigned char | enc_recv_key [VSL_ENC_KEYLEN] |
| encrytion key for receiving
|
unsigned char | enc_send_key [VSL_ENC_KEYLEN] |
| encrytion key for sending
|
uint64_t | recv_nr |
| nr of last received packet
|
int | selectmark |
| select marks for this socket
|
int | selectres |
| results of the last select call for this socket
|
uint64_t | sent_nr |
| nr of last sent packet
|
pid_t | ssh_pid |
| pid of ssh process (client mode only)
|
int | ssh_pid_stat |
| exit status of ssh process if received by vsl_select().
|
int | ssh_stderr_fd |
| fd of ssh process stderr (client mode only)
|
int | ssh_stdin_fd |
| fd of ssh process stdin (client mode only)
|
int | ssh_stdout_fd |
| fd of ssh process stdout (client mode only)
|
int | status |
| connection status
|
bool | test_mode |
| whether the socket is in special testing mode
|
vfer_fd | vfd |
| underlying vfer socket identifier
|