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

SourceForge.net noreply at sourceforge.net
Wed Oct 28 13:29:02 CET 2009


Patches item #2887877, was opened at 2009-10-28 13:29
Message generated for change (Tracker Item Submitted) made by csollet
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: Nobody/Anonymous (nobody)
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.

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

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