Functions | |
void | janus_dtls_bio_agent_set_mtu (int start_mtu) |
Set the MTU for the BIO agent writer. | |
int | janus_dtls_bio_agent_get_mtu (void) |
Return which MTU was configured for the BIO agent writer. | |
int | janus_dtls_bio_agent_init (void) |
OpenSSL BIO agent writer initialization. | |
BIO * | BIO_janus_dtls_agent_new (void *dtls) |
OpenSSL BIO agent writer constructor. | |
BIO * BIO_janus_dtls_agent_new | ( | void * | dtls | ) |
OpenSSL BIO agent writer constructor.
int janus_dtls_bio_agent_get_mtu | ( | void | ) |
Return which MTU was configured for the BIO agent writer.
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 (1200 by default) |