|
Paraslash Audio Streaming |
About News Download Documentation Development |
Data Fields | |
int | cmd_num |
int | sender_num |
char | host [MAX_HOSTLEN] |
int | netmask |
int | port |
uint16_t | max_slice_bytes |
uint8_t | slices_per_group |
uint8_t | data_slices_per_group |
int cmd_num |
Greater than zero indicates that a sender cmd is already queued.
int sender_num |
The number of the sender in question.
char host[MAX_HOSTLEN] |
Used for the allow/deny/add/remove subcommands.
Referenced by generic_com_allow(), and generic_com_deny().
int netmask |
Used for allow/deny.
Referenced by generic_com_allow(), and generic_com_deny().
int port |
The port number for add/remove.
uint16_t max_slice_bytes |
Maximal slice size.
Referenced by parse_fec_url().
uint8_t slices_per_group |
Number of data slices plus redundant slices.
Referenced by parse_fec_url().
uint8_t data_slices_per_group |
Number of slices minus number of redundant slices.
Referenced by parse_fec_url().