]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Add "seqno" strictrtp option
authorBen Ford <bford@digium.com>
Mon, 10 Sep 2018 16:28:09 +0000 (11:28 -0500)
committerBenjamin Keith Ford <bford@digium.com>
Wed, 26 Sep 2018 18:26:54 +0000 (13:26 -0500)
commit67e1e49e08b8c45a98339f62e28038904d188a82
tree562e333443b0af8f7d42554b23eb82c075193c5f
parent94ef074cc77f517fd0efa3b2fdda12b71a48538a
res_rtp_asterisk.c: Add "seqno" strictrtp option

When networks experience disruptions, there can be large gaps of time
between receiving packets. When strictrtp is enabled, this created
issues where a flood of packets could come in and be seen as an attack.
Another option - seqno - has been added to the strictrtp option that
ignores the time interval and goes strictly by sequence number for
validity.

Change-Id: I8a42b8d193673899c8fc22fe7f98ea87df89be71
CHANGES
configs/samples/rtp.conf.sample
res/res_rtp_asterisk.c