config_get_connect_timeout
Name
config_get_connect_timeout — Get the value of the connect_timeout option
Synopsis
#include "ec_config.h"
| int **config_get_connect_timeout** (
| caller_scope)
; | |
generic_module_infrastructure * <var class="pdparam">caller_scope</var>
;
Description
Get the value of the connect_timeout option.
Note
The caller_scope
argument is virtually always NULL
; there is no reason for a consumer to make it anything else.
- caller_scope
-
An generic_module_infrastructure struct.
This function returns the value of the connect_timeout
option.
It is legal to call this function in any thread.