
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] |
HTTP bind address.
Definition at line 45 of file glovars.h.
Referenced by bind_and_listen(), and mihl_init().
| int mihl_ctx::port |
HTTP TCP port (80, 8080, etc.).
Definition at line 46 of file glovars.h.
Referenced by bind_and_listen(), and mihl_init().
Max umer of allowed connections.
Definition at line 47 of file glovars.h.
Referenced by add_new_connexion(), manage_existent_connexions(), manage_timedout_connexions(), mihl_dump_info(), mihl_info(), and mihl_init().
MIHL_LOG_ERROR, etc.
Definition at line 48 of file glovars.h.
Referenced by got_data_for_active_connexion(), mihl_dump_info(), mihl_dump_info_handlers(), mihl_get_log_level(), mihl_init(), mihl_log(), and mihl_set_log_level().
TBD.
Definition at line 49 of file glovars.h.
Referenced by bind_and_listen(), and manage_new_connexions().
TBD.
Definition at line 50 of file glovars.h.
Referenced by got_data_for_active_connexion(), and mihl_init().
| char* mihl_ctx::read_buffer |
TBD.
Definition at line 51 of file glovars.h.
Referenced by got_data_for_active_connexion(), mihl_end(), and mihl_init().
Number of current connexions.
Definition at line 52 of file glovars.h.
Referenced by add_new_connexion(), delete_connexion(), manage_existent_connexions(), 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 add_new_connexion(), manage_existent_connexions(), manage_timedout_connexions(), 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_get_add(), mihl_handle_post(), mihl_init(), and search_for_handle().
TBD.
Definition at line 55 of file glovars.h.
Referenced by mihl_dump_info_handlers(), mihl_handle_file(), mihl_handle_get(), mihl_handle_get_add(), mihl_handle_post(), mihl_init(), and search_for_handle().
1.5.6