Module: sip-router Branch: master Commit: 7330cbc114821732b4f8bed5a43893226a800198 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7330cbc1...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Oct 27 16:44:44 2011 +0200
dispatcher(k): default probing threshold set to 1
---
modules_k/dispatcher/dispatcher.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/dispatcher/dispatcher.c b/modules_k/dispatcher/dispatcher.c index 52d3b07..edbbade 100644 --- a/modules_k/dispatcher/dispatcher.c +++ b/modules_k/dispatcher/dispatcher.c @@ -104,7 +104,7 @@ unsigned short attrs_avp_type;
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 */ str ds_ping_method = {"OPTIONS",7}; str ds_ping_from = {"sip:dispatcher@localhost", 24};