Ignore:
Timestamp:
Jun 3, 2017 9:22:34 AM (7 years ago)
Author:
nanang
Message:

Re #2018: Initial version of DTLS-SRTP implementation.

File:
1 edited

Legend:

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

    r5489 r5597  
    623623#define PJMEDIA_SRTP_ESDPREQSECTP   (PJMEDIA_ERRNO_START+229)    /* 220229 */ 
    624624 
     625/** 
     626 * @hideinitializer 
     627 * No matching SRTP crypto-suite after DTLS nego. 
     628 */ 
     629#define PJMEDIA_SRTP_DTLS_ENOCRYPTO (PJMEDIA_ERRNO_START+240)    /* 220240 */ 
     630 
     631/** 
     632 * @hideinitializer 
     633 * No certificate supplied by peer in DTLS nego. 
     634 */ 
     635#define PJMEDIA_SRTP_DTLS_EPEERNOCERT (PJMEDIA_ERRNO_START+241)  /* 220241 */ 
     636 
     637/** 
     638 * @hideinitializer 
     639 * Fingerprint from signalling not match to actual fingerprint. 
     640 */ 
     641#define PJMEDIA_SRTP_DTLS_EFPNOTMATCH (PJMEDIA_ERRNO_START+242)  /* 220242 */ 
     642 
    625643#endif /* PJMEDIA_HAS_SRTP */ 
    626644 
Note: See TracChangeset for help on using the changeset viewer.