|
libzrtp
1.2.0
ZRTP VoIP security
|
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 |
ZRTP global configuration options.
| 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.
1.8.10