libzrtp  1.2.0
ZRTP VoIP security
Data Structures | Typedefs

Data Structures

struct  zrtp_retry_task_t
 Delay Call wrapper. More...
 
struct  zrtp_callback_scheduler_t
 Delay Calls callbacks. More...
 

Typedefs

typedef void(* zrtp_call_callback_t) (zrtp_stream_t *, zrtp_retry_task_t *)
 ZRTP Delays Calls signature.
 
typedef struct zrtp_callback_scheduler_t zrtp_callback_scheduler_t
 Delay Calls callbacks.
 

Detailed Description

Algorithm used in the scheduled call module is described in detail in section XXX of the developer's guide documentation. Technical details of this function's implementation follows.

For more information see corresponding section XXX. Samples can be found at XXX (zrtp_iface_builtin.h, zrtp_iface_scheduler.c)