Fork me on GitHub
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 
21 BIO_METHOD *BIO_janus_dtls_filter(void);
22 
31 void janus_dtls_bio_filter_set_mtu(int start_mtu);
32 
33 #endif