OpenSSL BIO agent writer. More...
#include <openssl/opensslv.h>
#include <openssl/err.h>
#include <openssl/ssl.h>
Go to the source code of this file.
Macros | |
#define | JANUS_USE_OPENSSL_PRE_1_1_API (OPENSSL_VERSION_NUMBER < 0x10100000L) |
Functions | |
int | janus_dtls_bio_agent_init (void) |
OpenSSL BIO agent writer initialization. More... | |
BIO * | BIO_janus_dtls_agent_new (void *dtls) |
OpenSSL BIO agent writer constructor. More... | |
void | janus_dtls_bio_agent_set_mtu (int start_mtu) |
Set the MTU for the BIO agent writer. More... | |
OpenSSL BIO agent writer.
OpenSSL BIO that writes packets to a libnice agent.
#define JANUS_USE_OPENSSL_PRE_1_1_API (OPENSSL_VERSION_NUMBER < 0x10100000L) |
BIO* BIO_janus_dtls_agent_new | ( | void * | dtls | ) |
OpenSSL BIO agent writer constructor.
int janus_dtls_bio_agent_init | ( | void | ) |
OpenSSL BIO agent writer initialization.
void janus_dtls_bio_agent_set_mtu | ( | int | start_mtu | ) |
Set the MTU for the BIO agent writer.
start_mtu | The MTU to start from (1472 by default) |