[OpenSIPS-Devel] [ opensips-Patches-2887877 ] nathelper : allow millisecond timeout for Rtpproxy reply

SourceForge.net noreply at sourceforge.net
Fri Oct 30 12:04:15 CET 2009


Patches item #2887877, was opened at 2009-10-28 14:29
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2887877&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christophe Sollet (csollet)
>Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
Summary: nathelper : allow millisecond timeout for Rtpproxy reply

Initial Comment:
Hello,

Current parameter 'rtpproxy_tout' can be used to set a timeout with second resolution.

Sadly, one second is generally too long to wait generating a lot of SIP retransmission

This patch add a 'rtpproxy_tout_ms' parameter to set a timeout with millisecond resolution. The used timeout become (rtpproxy_tout * 1000) + rtpproxy_tout_ms)

Setting 'rtpproxy_tout' to 0, this new parameter can be used to set a sub second timeout.

----------------------------------------------------------------------

>Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2009-10-30 13:04

Message:
Hi Christophe,

Thanks for the patch - shouldn't be simpler to use only one parameter
('rtpproxy_tout') and to change the value from secs to milisecs ? or to
keep secs, but to accept floating numbers ("0.01") ?

Regards,
Bogdan

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=2887877&group_id=232389



More information about the Devel mailing list