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