Paraslash Audio Streaming | |
About News Download Documentation Development |
Per connection data available to command handlers. More...
#include <command.h>
Data Fields | |
const struct user * | u |
The paraslash user that executes this command. More... | |
struct stream_cipher_context | scc |
File descriptor and crypto keys. More... | |
Per connection data available to command handlers.
const struct user* u |
The paraslash user that executes this command.
Referenced by handle_connect().
struct stream_cipher_context scc |
File descriptor and crypto keys.
Referenced by handle_connect(), send_errctx(), and send_strerror().