[Asterisk-code-review] res rtp asterisk: Correction for the limit which detects tha... (asterisk[master])

Y Ateya asteriskteam at digium.com
Sun May 10 09:33:01 CDT 2015


Y Ateya has posted comments on this change.

Change subject: res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS.
......................................................................


Patch Set 1:

(3 comments)

https://gerrit.asterisk.org/#/c/428/1//COMMIT_MSG
Commit Message:

Line 7: res_rtp_asterisk: Correction for the limit which detects that a packet is SRTP.
> This is actually for DTLS, not SRTP.
Done


Line 9: First byte of SRTP packet shall be in range 20-63, not 20-64. Refer to RFC
> Same here.
Done


https://gerrit.asterisk.org/#/c/428/1/res/res_rtp_asterisk.c
File res/res_rtp_asterisk.c:

Line 2020: 	if ((*in >= 20) && (*in <= 63)) {
> I'd refer the RFC here so that if someone is looking they have something to
Done


-- 
To view, visit https://gerrit.asterisk.org/428
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iae6fa0d72b37c36a27fe40686e0ae6fba3afec31
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Y Ateya <y.ateya at starkbits.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Y Ateya <y.ateya at starkbits.com>
Gerrit-HasComments: Yes



More information about the asterisk-code-review mailing list