Use the MX infinite timeout by default. The user can modify it using an MCA
parameter. This commit was SVN r12670.
Этот коммит содержится в:
родитель
993d2a7753
Коммит
59cfee0cd2
@ -91,7 +91,7 @@ int mca_btl_mx_component_open(void)
|
||||
false, false, 1, &mca_btl_mx_component.mx_max_btls );
|
||||
mca_base_param_reg_int( (mca_base_component_t*)&mca_btl_mx_component, "timeout",
|
||||
"Timeout for connections",
|
||||
false, false, 10000, &mca_btl_mx_component.mx_timeout );
|
||||
false, false, MX_INFINITE, &mca_btl_mx_component.mx_timeout );
|
||||
mca_base_param_reg_int( (mca_base_component_t*)&mca_btl_mx_component, "retries",
|
||||
"Number of retries for each new connection before considering the peer as unreacheable",
|
||||
false, false, 20, &mca_btl_mx_component.mx_connection_retries );
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user