El Viernes, 20 de Marzo de 2009, Iñaki Baz Castillo escribió:
- Why ping_interval cannot be less than 180 seconds?
I see in the code:
-----------------
if (ping_interval < DEF_PING_TIMER) {
ping_interval = DEF_PING_TIMER;
LM_DBG("set OPTIONS timer to default value <%d>\n", DEF_PING_TIMER);
}
---------------
I see no reason for so big minimun value. I need this value being 5-10
seconds.
--
Iñaki Baz Castillo