[Asterisk-code-review] res rtp asterisk.c: Disable packet flood detection for video... (asterisk[13])

Richard Mudgett asteriskteam at digium.com
Thu Dec 14 14:40:01 CST 2017


Hello Jenkins2, Joshua Colp, 

I'd like you to reexamine a change. Please visit

    https://gerrit.asterisk.org/7573

to look at the new patch set (#2).

Change subject: res_rtp_asterisk.c: Disable packet flood detection for video streams.
......................................................................

res_rtp_asterisk.c: Disable packet flood detection for video streams.

We should not do flood detection on video RTP streams.  Video RTP streams
are very bursty by nature.  They send out a burst of packets to update the
video frame then wait for the next video frame update.  Really only audio
streams can be checked for flooding.  The others are either bursty or
don't have a set rate.

* Added code to selectively disable packet flood detection for video RTP
streams.

ASTERISK-27440

Change-Id: I78031491a6e75c2d4b1e9c2462dc498fe9880a70
---
M configs/samples/rtp.conf.sample
M include/asterisk/rtp_engine.h
M main/rtp_engine.c
M res/res_rtp_asterisk.c
4 files changed, 73 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/73/7573/2
-- 
To view, visit https://gerrit.asterisk.org/7573
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I78031491a6e75c2d4b1e9c2462dc498fe9880a70
Gerrit-Change-Number: 7573
Gerrit-PatchSet: 2
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171214/c46e0e35/attachment-0001.html>


More information about the asterisk-code-review mailing list