|
From: | David Ramirez |
Subject: | Re: [osip-dev] Ignored T2 value in oSIP |
Date: | Thu, 28 Feb 2013 13:29:09 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 |
Hi Aymeric, You forgot osip.c source file: --- a/src/osip2/osip.c 2013-02-28 13:25:06.000000000 +0100 +++ b/src/osip2/osip.c 2013-02-28 13:25:30.000000000 +0100 @@ -251,8 +251,8 @@ { if (osip_timercmp (current, &ixt->start, >)) { ixt->interval = ixt->interval * 2; - if (ixt->interval > 4000) - ixt->interval = 4000; + if (ixt->interval > DEFAULT_T2) + ixt->interval = DEFAULT_T2; add_gettimeofday (&ixt->start, ixt->interval); if (ixt->ack != NULL) osip->cb_send_message (NULL, ixt->ack, ixt->dest, ixt->port, ixt->sock); Thanks for the clarification. Regards, David On 28/02/13 11:51, Aymeric Moizard wrote: Hi David, --
David Ramírez Ingeniería ![]() Tel.: +34 914 904 103 Móv.: +34 663 82 21 38 Fax: +34 914 903 601 address@hidden http://www.mantica-solutions.com ![]() AVISO LEGAL Este mensaje y, en su caso, los ficheros adjuntos, se dirigen exclusivamente a su/s destinatario/s y pueden contener información privilegiada o confidencial. Si no es Vd. el destinatario indicado, queda notificado de que la utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción. CONFIDENTIAL NOTICE This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. |
[Prev in Thread] | Current Thread | [Next in Thread] |