Fork me on GitHub
dtls-bio.h
Go to the documentation of this file.
1 
14 #ifndef _JANUS_DTLS_BIO_H
15 #define _JANUS_DTLS_BIO_H
16 
17 #include <openssl/err.h>
18 #include <openssl/ssl.h>
19 
22 
24 BIO_METHOD *BIO_janus_dtls_filter(void);
25 
34 void janus_dtls_bio_filter_set_mtu(int start_mtu);
35 
36 #endif
BIO_METHOD * BIO_janus_dtls_filter(void)
OpenSSL BIO filter for fragmentation constructor.
Definition: dtls-bio.c:69
int janus_dtls_bio_filter_init(void)
OpenSSL BIO filter for fragmentation initialization.
Definition: dtls-bio.c:55
void janus_dtls_bio_filter_set_mtu(int start_mtu)
Set the MTU for the BIO filter.
Definition: dtls-bio.c:23