[Asterisk-code-review] Fixed wrong RTCPReceived, RTCPSent description (asterisk[master])
sungtae kim
asteriskteam at digium.com
Mon Feb 11 16:29:51 CST 2019
sungtae kim has uploaded this change for review. ( https://gerrit.asterisk.org/10988
Change subject: Fixed wrong RTCPReceived, RTCPSent description
......................................................................
Fixed wrong RTCPReceived, RTCPSent description
Minor fix. Fixed descrptions.
Change-Id: I4f306e8214ea86a606c7d5537acdc62b0db14e51
---
M main/rtp_engine.c
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/88/10988/1
diff --git a/main/rtp_engine.c b/main/rtp_engine.c
index fd1613c..7fd5626 100644
--- a/main/rtp_engine.c
+++ b/main/rtp_engine.c
@@ -89,7 +89,7 @@
</parameter>
<parameter name="ReportXIAJitter">
<para>An estimate of the statistical variance of the RTP data packet
- interarrival time, measured in timestamp units.</para>
+ interarrival time, measured in milliseconds.</para>
</parameter>
<parameter name="ReportXLSR">
<para>The last SR timestamp received from <literal>ReportXSourceSSRC</literal>.
@@ -97,8 +97,8 @@
then 0.</para>
</parameter>
<parameter name="ReportXDLSR">
- <para>The delay, expressed in units of 1/65536 seconds, between
- receiving the last SR packet from <literal>ReportXSourceSSRC</literal>
+ <para>The delay, expressed in units of 1/65536 seconds(each unit is ~0.000015 seconds)
+ , between receiving the last SR packet from <literal>ReportXSourceSSRC</literal>
and sending this report.</para>
</parameter>
</syntax>
@@ -120,7 +120,7 @@
<para>The address the report was received from.</para>
</parameter>
<parameter name="RTT">
- <para>Calculated Round-Trip Time in seconds</para>
+ <para>Calculated Round-Trip Time in milliseconds</para>
</parameter>
<parameter name="ReportCount">
<para>The number of reports that were received.</para>
--
To view, visit https://gerrit.asterisk.org/10988
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4f306e8214ea86a606c7d5537acdc62b0db14e51
Gerrit-Change-Number: 10988
Gerrit-PatchSet: 1
Gerrit-Owner: sungtae kim <pchero21 at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190211/f01c5ed3/attachment.html>
More information about the asterisk-code-review
mailing list