srtp

srtp

Types and Values

#define EXT_SRTP_H
#define MAX_SRTP_PROFILES
  srtp_ext_st
extern const hello_ext_entry_st ext_mod_srtp

Description

Functions

Types and Values

EXT_SRTP_H

#define EXT_SRTP_H

MAX_SRTP_PROFILES

#define MAX_SRTP_PROFILES 4

srtp_ext_st

typedef struct {
	gnutls_srtp_profile_t profiles[MAX_SRTP_PROFILES];
	unsigned profiles_size;
	gnutls_srtp_profile_t selected_profile;
	uint8_t mki[256];
	unsigned mki_size;
	unsigned int mki_received;
} srtp_ext_st;

ext_mod_srtp

extern const hello_ext_entry_st ext_mod_srtp;