|
Paraslash Audio Streaming |
About News Download Documentation Development |
Data Fields | |
int | fd |
char * | name |
struct list_head | node |
int | header_sent |
struct chunk_queue * | cq |
void * | private_data |
int fd |
The file descriptor of the client.
Referenced by accept_sender_client(), and shutdown_client().
char* name |
The socket "name" of the client.
Referenced by accept_sender_client(), generic_sender_status(), and shutdown_client().
struct list_head node |
The position of this client in the client list.
Referenced by generic_sender_status(), and shutdown_clients().
int header_sent |
Non-zero if audio file header has been sent.
struct chunk_queue* cq |
The list of pending chunks for this client.
Referenced by accept_sender_client(), and shutdown_client().
void* private_data |
Data specific to the particular sender.