Ignore:
Timestamp:
Jul 26, 2018 7:19:39 AM (6 years ago)
Author:
nanang
Message:

Re #2096:

  • Added new error code for sending RTP/RTCP failure when DTLS-SRTP nego is in progress.
  • When sending RTP/RTCP fails, only print error message once for consecutive same errors.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/errno.h

    r5823 r5845  
    627627 */ 
    628628#define PJMEDIA_SRTP_ESDPREQSECTP   (PJMEDIA_ERRNO_START+229)    /* 220229 */ 
     629/** 
     630 * @hideinitializer 
     631 * SRTP parameters negotiation still in progress. 
     632 */ 
     633#define PJMEDIA_SRTP_EKEYNOTREADY   (PJMEDIA_ERRNO_START+230)    /* 220230 */ 
    629634 
    630635/** 
Note: See TracChangeset for help on using the changeset viewer.