|
|
Paraslash Audio Streaming |
| About News Download Documentation Development |
Data Fields | |
| int | status |
| struct stream_cipher_context | scc |
| struct sb_context * | sbc [2] |
| struct btr_node * | btrn [2] |
| unsigned char * | challenge_hash |
| struct lls_parse_result * | lpr |
| char * | key_file |
| char * | user |
| struct task * | task |
| char ** | features |
Data specific to a client task.
| int status |
The state of the connection.
| struct stream_cipher_context scc |
The file descriptor and the session keys.
Referenced by client_connect().
| struct sb_context* sbc[2] |
The sideband contexts for receiving/sending.
Referenced by client_close().
| struct btr_node* btrn[2] |
The buffer tree nodes for receiving/sending.
Referenced by main().
| unsigned char* challenge_hash |
The hash value of the decrypted challenge.
Referenced by client_close().
| struct lls_parse_result* lpr |
The parsed command line (including the command).
Referenced by client_close(), client_connect(), client_parse_config(), and main().
| char* key_file |
The RSA private key.
Referenced by client_close().
| char* user |
Paraslash user name.
Referenced by client_close(), and client_parse_config().
| struct task* task |
The client task structure.
Referenced by main().
| char** features |
List of features supported by the server.