Definition at line 44 of file glovars.h.
Data Fields | |
char | bind_addr [32] |
HTTP bind address. | |
int | port |
HTTP TCP port (80, 8080, etc.). | |
int | maxnb_cnx |
Max umer of allowed connections. | |
mihl_log_level_t | log_level |
MIHL_LOG_ERROR, etc. | |
SOCKET | sockfd |
TBD. | |
int | read_buffer_maxlen |
TBD. | |
char * | read_buffer |
TBD. | |
int | nb_connexions |
Number of current connexions. | |
mihl_cnx_t * | connexions |
Description of the active connexions. | |
int | nb_handles |
TBD. | |
mihl_handle_t * | handles |
TBD. |
char mihl_ctx::bind_addr[32] |
int mihl_ctx::port |
Max umer of allowed connections.
Definition at line 47 of file glovars.h.
Referenced by mihl_dump_info(), mihl_info(), and mihl_init().
MIHL_LOG_ERROR, etc.
Definition at line 48 of file glovars.h.
Referenced by mihl_dump_info(), mihl_dump_info_handlers(), mihl_get_log_level(), mihl_init(), mihl_log(), and mihl_set_log_level().
char* mihl_ctx::read_buffer |
Number of current connexions.
Definition at line 52 of file glovars.h.
Referenced by mihl_dump_info(), mihl_dump_info_handlers(), mihl_init(), and mihl_server().
Description of the active connexions.
Definition at line 53 of file glovars.h.
Referenced by mihl_dump_info(), mihl_info(), and mihl_init().
TBD.
Definition at line 54 of file glovars.h.
Referenced by mihl_dump_info_handlers(), mihl_handle_file(), mihl_handle_get(), mihl_handle_post(), and mihl_init().
TBD.
Definition at line 55 of file glovars.h.
Referenced by mihl_dump_info_handlers(), mihl_handle_file(), mihl_handle_get(), mihl_handle_post(), and mihl_init().