Browse Source

Merge branch 'errata-3712' of https://github.com/aalba6675/rtpengine

changes/55/12455/1
Richard Fuchs 9 years ago
parent
commit
fbc8aa10a3
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      daemon/rtcp.c

+ 6
- 0
daemon/rtcp.c View File

@ -23,6 +23,12 @@
* See http://www.ietf.org/mail-archive/web/avt/current/msg06124.html
* The default (define not set) is to be compatible with libsrtp, but
* incompatible with a strict interpretation of the RFC.
*
* In Errata ID: 3712 the libsrtp behaviour (labels in the same place)
* is now considered canonical.
*
* https://www.rfc-editor.org/errata_search.php?rfc=3711
* https://github.com/cisco/libsrtp/issues/150
*/
#ifdef SRTCP_KEY_DERIVATION_RFC_COMPLIANCE
#define SRTCP_R_LENGTH 4


Loading…
Cancel
Save