Просмотр исходного кода

dispatcher(k): default probing threshold set to 1

Daniel-Constantin Mierla 14 лет назад
Родитель
Сommit
7330cbc114
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      modules_k/dispatcher/dispatcher.c

+ 1 - 1
modules_k/dispatcher/dispatcher.c

@@ -104,7 +104,7 @@ unsigned short attrs_avp_type;
 
 
 pv_elem_t * hash_param_model = NULL;
 pv_elem_t * hash_param_model = NULL;
 
 
-int probing_threshhold = 3; /* number of failed requests, before a destination
+int probing_threshhold = 1; /* number of failed requests, before a destination
 							   is taken into probing */
 							   is taken into probing */
 str ds_ping_method = {"OPTIONS",7};
 str ds_ping_method = {"OPTIONS",7};
 str ds_ping_from   = {"sip:dispatcher@localhost", 24};
 str ds_ping_from   = {"sip:dispatcher@localhost", 24};