libzrtp
1.2.0
ZRTP VoIP security
|
Miscellaneous Functions. More...
#include <zrtp_iface.h>
Data Fields | |
int(* | on_send_packet )(const zrtp_stream_t *stream, char *packet, unsigned int length) |
RTP packet sending function. More... | |
Miscellaneous Functions.
int(* zrtp_callback_misc_t::on_send_packet) (const zrtp_stream_t *stream, char *packet, unsigned int length) |
RTP packet sending function.
This function pushes an outgoing ZRTP packet to the network. Correct building of IP and UPD headers is the developer's responsibility.
stream | - ZRTP stream context; |
packet | - buffer storing the ZRTP packet to send; |
length | - size of the ZRTP packet. |