[Asterisk-code-review] res_rtp_asterisk: Improve video performance in certain networks. (asterisk[16])
Joshua Colp
asteriskteam at digium.com
Tue Mar 3 04:44:46 CST 2020
Joshua Colp has posted comments on this change. ( https://gerrit.asterisk.org/c/asterisk/+/13849 )
Change subject: res_rtp_asterisk: Improve video performance in certain networks.
......................................................................
Patch Set 1:
(1 comment)
https://gerrit.asterisk.org/c/asterisk/+/13849/1/res/res_rtp_asterisk.c
File res/res_rtp_asterisk.c:
https://gerrit.asterisk.org/c/asterisk/+/13849/1/res/res_rtp_asterisk.c@7660
PS1, Line 7660: rtp->expectedrxseqno = seqno + 1;
:
: /* We've cycled over, so go back to 0 */
: if (rtp->expectedrxseqno == 65536) {
: rtp->expectedrxseqno = 0;
: }
> Nothing to hold the review up, but the "inc" and check are done enough times throughout that a well […]
I toyed with this originally, but I went back to explicit logic like this because I didn't think there was really enough substance to warrant it.
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/13849
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 16
Gerrit-Change-Id: I97633dfa8a09a7889cef815b2be369f3f0314b41
Gerrit-Change-Number: 13849
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Comment-Date: Tue, 03 Mar 2020 10:44:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Kevin Harwell <kharwell at digium.com>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200303/4c5d0ff1/attachment.html>
More information about the asterisk-code-review
mailing list