Functions | |
void | janus_dtls_bio_agent_set_mtu (int start_mtu) |
Set the MTU for the BIO agent writer. More... | |
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... | |
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) |