Public Attributes | |
int | stop_flag |
SSL_CTX * | ssl_ctx |
char * | config [NUM_OPTIONS] |
mg_callback_t | user_callback |
void * | user_data |
struct socket * | listening_sockets |
int | num_threads |
pthread_mutex_t | mutex |
pthread_cond_t | cond |
struct socket | queue [20] |
int | sq_head |
int | sq_tail |
pthread_cond_t | sq_full |
pthread_cond_t | sq_empty |