<p>Joshua Colp <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/13849">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_rtp_asterisk: Improve video performance in certain networks.<br><br>The receive buffer will now grow if we end up flushing the<br>receive queue after not receiving the expected packet in time.<br>This is done in hopes that if this is encountered again the<br>extra buffer size will allow more time to pass and any missing<br>packets to be received.<br><br>The send buffer will now grow if we are asked for packets and<br>can't find them. This is done in hopes that the packets are<br>from the past and have simply been expired. If so then in<br>the future with the extra buffer space the packets should be<br>available.<br><br>Sequence number cycling has been handled so that the<br>correct sequence number is calculated and used in<br>various places, including for sorting packets and<br>for determining if a packet is old or not.<br><br>NACK sending is now more aggressive. If a substantial number<br>of missing sequence numbers are added a NACK will be sent<br>immediately. Afterwards once the receive buffer reaches 25%<br>a single NACK is sent. If the buffer continues to grow and<br>reaches 50% or greater a NACK will be sent for each received<br>future packet to aggressively ask the remote endpoint to<br>retransmit.<br><br>ASTERISK-28764<br><br>Change-Id: I97633dfa8a09a7889cef815b2be369f3f0314b41<br>---<br>M res/res_rtp_asterisk.c<br>1 file changed, 178 insertions(+), 70 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/49/13849/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/13849">change 13849</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/13849"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: I97633dfa8a09a7889cef815b2be369f3f0314b41 </div>
<div style="display:none"> Gerrit-Change-Number: 13849 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>