libzrtp  1.2.0
ZRTP VoIP security
Data Fields
zrtp_config_t Struct Reference

ZRTP global configuration options. More...

#include <zrtp.h>

Data Fields

zrtp_zid_t zid
 local endpoint ZID
 
zrtp_client_id_t client_id
 Symbolic client identifier.
 
zrtp_license_mode_t lic_mode
 libzrtp license mode defined protocol behavior
 
uint8_t is_mitm
 Set this flag to 1 if you product is MiTM box.
 
zrtp_callback_t cb
 Set of interfaces required to operate with libzrtp.
 
zrtp_cache_type_t cache_type
 
zrtp_cache_file_config_t cache_file_cfg
 

Detailed Description

ZRTP global configuration options.

Warning
Use zrtp_config_defaults() before start configuring this structure.

Field Documentation

zrtp_cache_file_config_t zrtp_config_t::cache_file_cfg

ZRTP file-based cache configuration, used if cache_type if ZRTP_CACHE_FILE

zrtp_cache_type_t zrtp_config_t::cache_type

Define type of zrtp cache implementation to use. Default is ZRTP_CACHE_FILE.


The documentation for this struct was generated from the following file: